Html Css Color HEX #BD66E8 Medium Orchid

📋 copy color: '#BD66E8'

red 189 ◦ green 102 ◦ blue 232

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

Shades of Medium Orchid #BD66E8

Tints of Medium Orchid #BD66E8

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.5%

 BLUE value IS 232 (91.02% from 255) = 44.36%

R = 36.14%
G = 19.5%
B = 44.36%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD66E8 (or 0xBD66E8) is known color: Medium Orchid. HEX triplet: BD, 66 and E8. RGB value is (189,102,232). Sum of RGB (Red+Green+Blue) = 189+102+232=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 232 (91.02% from 255 or 44.36% from 523); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD66E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD66E8 is #429917. Grayscale: #8E8E8E. Windows color (decimal): -4364568 or 15230653. OLE color: 15230653.

HSL color Cylindrical-coordinate representation of color #BD66E8: hue angle of 280.15º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD66E8 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 102 232 -
CMYK 0.19 0.56 0 0.09
HSL 280.15º 0.74% 0.65% -
HSV(B) 280.15º 0.56% 0.91% -
XYZ 40.3 26.15 79.27 -
YUV 142.83 178.32 160.93 -
System Red Green Blue C M Y K H S L
Decimal 189 102 232 0.19 0.56 0 0.09 280.15 0.74 0.65
Hex BD 66 E8 13 38 0 9 118 4A 41
Octal 275 146 350 23 70 0 11 430 112 101
Binary 10111101 1100110 11101000 10011 111000 0 1001 100011000 1001010 1000001

Color Harmonies of #BD66E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD66E8

Black with #BD66E8

Text Example


Text Example

White with #BD66E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD66E8; }

 p { color: rgb(189,102,232); }

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

background-color css

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

 a { background-color: rgb(189,102,232); }

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

border-color css

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

 span { border-color: rgb(189,102,232); }

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