Html Css Color HEX #BD66DC Medium Orchid

📋 copy color: '#BD66DC'

red 189 ◦ green 102 ◦ blue 220

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

Shades of Medium Orchid #BD66DC

Tints of Medium Orchid #BD66DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.05%

R = 36.99%
G = 19.96%
B = 43.05%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD66DC (or 0xBD66DC) is known color: Medium Orchid. HEX triplet: BD, 66 and DC. RGB value is (189,102,220). Sum of RGB (Red+Green+Blue) = 189+102+220=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD66DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD66DC is #429923. Grayscale: #8D8D8D. Windows color (decimal): -4364580 or 14444221. OLE color: 14444221.

HSL color Cylindrical-coordinate representation of color #BD66DC: hue angle of 284.24º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD66DC is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 102 220 -
CMYK 0.14 0.54 0 0.14
HSL 284.24º 0.63% 0.63% -
HSV(B) 284.24º 0.54% 0.86% -
XYZ 38.66 25.49 70.59 -
YUV 141.47 172.32 161.91 -
System Red Green Blue C M Y K H S L
Decimal 189 102 220 0.14 0.54 0 0.14 284.24 0.63 0.63
Hex BD 66 DC E 36 0 E 11C 3F 3F
Octal 275 146 334 16 66 0 16 434 77 77
Binary 10111101 1100110 11011100 1110 110110 0 1110 100011100 111111 111111

Color Harmonies of #BD66DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD66DC

Black with #BD66DC

Text Example


Text Example

White with #BD66DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD66DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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