Html Css Color HEX #BD5AF5 Medium Orchid

📋 copy color: '#BD5AF5'

red 189 ◦ green 90 ◦ blue 245

#BD5AF5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BD5AF5

Tints of Medium Orchid #BD5AF5

RGB

 RED value IS 189 (74.22% from 255) = 36.07%

 GREEN value IS 90 (35.55% from 255) = 17.18%

 BLUE value IS 245 (96.09% from 255) = 46.76%

R = 36.07%
G = 17.18%
B = 46.76%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD5AF5 (or 0xBD5AF5) is known color: Medium Orchid. HEX triplet: BD, 5A and F5. RGB value is (189,90,245). Sum of RGB (Red+Green+Blue) = 189+90+245=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 245 (96.09% from 255 or 46.76% from 524); Max value from RGB is 245 - color contains mainly: blue. Hex color #BD5AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5AF5 is #42A50A. Grayscale: #888888. Windows color (decimal): -4367627 or 16079549. OLE color: 16079549.

HSL color Cylindrical-coordinate representation of color #BD5AF5: hue angle of 278.32º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD5AF5 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 90 245 -
CMYK 0.23 0.63 0 0.04
HSL 278.32º 0.89% 0.66% -
HSV(B) 278.32º 0.63% 0.96% -
XYZ 41.12 24.72 88.99 -
YUV 137.27 188.8 164.9 -
System Red Green Blue C M Y K H S L
Decimal 189 90 245 0.23 0.63 0 0.04 278.32 0.89 0.66
Hex BD 5A F5 17 3F 0 4 116 59 42
Octal 275 132 365 27 77 0 4 426 131 102
Binary 10111101 1011010 11110101 10111 111111 0 100 100010110 1011001 1000010

Color Harmonies of #BD5AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5AF5

Black with #BD5AF5

Text Example


Text Example

White with #BD5AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5AF5; }

 p { color: rgb(189,90,245); }

 H1.HeaderClassName
 {
   color: #BD5AF5;
 }
 .AnyTagClassName
 {
   color: #BD5AF5;
 }
</style>

background-color css

<style>
 a { background-color: #BD5AF5; }

 a { background-color: rgb(189,90,245); }

 div.DivClassName
 {
   background-color: #BD5AF5;
 }
 .BgClassName
 {
   background-color: #BD5AF5;
 }
</style>

border-color css

<style>
 span { border-color: #BD5AF5; }

 span { border-color: rgb(189,90,245); }

 td.TdClassName
 {
   border-color: #BD5AF5;
 }
 .TagClassName
 {
   border-color: #BD5AF5;
 }
</style>