Html Css Color HEX #BD66CC Medium Orchid

📋 copy color: '#BD66CC'

red 189 ◦ green 102 ◦ blue 204

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

Shades of Medium Orchid #BD66CC

Tints of Medium Orchid #BD66CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.21%

R = 38.18%
G = 20.61%
B = 41.21%

CMYK

 C value IS 0.07

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD66CC (or 0xBD66CC) is known color: Medium Orchid. HEX triplet: BD, 66 and CC. RGB value is (189,102,204). Sum of RGB (Red+Green+Blue) = 189+102+204=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD66CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD66CC is #429933. Grayscale: #8B8B8B. Windows color (decimal): -4364596 or 13395645. OLE color: 13395645.

HSL color Cylindrical-coordinate representation of color #BD66CC: hue angle of 291.18º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD66CC is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 102 204 -
CMYK 0.07 0.5 0 0.2
HSL 291.18º 0.5% 0.6% -
HSV(B) 291.18º 0.5% 0.8% -
XYZ 36.64 24.68 59.96 -
YUV 139.64 164.32 163.21 -
System Red Green Blue C M Y K H S L
Decimal 189 102 204 0.07 0.5 0 0.2 291.18 0.5 0.6
Hex BD 66 CC 7 32 0 14 123 32 3C
Octal 275 146 314 7 62 0 24 443 62 74
Binary 10111101 1100110 11001100 111 110010 0 10100 100100011 110010 111100

Color Harmonies of #BD66CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD66CC

Black with #BD66CC

Text Example


Text Example

White with #BD66CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD66CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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