Html Css Color HEX #BC66D6 Medium Orchid

📋 copy color: '#BC66D6'

red 188 ◦ green 102 ◦ blue 214

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

Shades of Medium Orchid #BC66D6

Tints of Medium Orchid #BC66D6

RGB

 RED value IS 188 (73.83% from 255) = 37.3%

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

 BLUE value IS 214 (83.98% from 255) = 42.46%

R = 37.3%
G = 20.24%
B = 42.46%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC66D6 (or 0xBC66D6) is known color: Medium Orchid. HEX triplet: BC, 66 and D6. RGB value is (188,102,214). Sum of RGB (Red+Green+Blue) = 188+102+214=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 214 (83.98% from 255 or 42.46% from 504); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC66D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66D6 is #439929. Grayscale: #8C8C8C. Windows color (decimal): -4430122 or 14051004. OLE color: 14051004.

HSL color Cylindrical-coordinate representation of color #BC66D6: hue angle of 286.07º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC66D6 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 102 214 -
CMYK 0.12 0.52 0 0.16
HSL 286.07º 0.58% 0.62% -
HSV(B) 286.07º 0.52% 0.84% -
XYZ 37.63 25.05 66.47 -
YUV 140.48 169.49 161.89 -
System Red Green Blue C M Y K H S L
Decimal 188 102 214 0.12 0.52 0 0.16 286.07 0.58 0.62
Hex BC 66 D6 C 34 0 10 11E 3A 3E
Octal 274 146 326 14 64 0 20 436 72 76
Binary 10111100 1100110 11010110 1100 110100 0 10000 100011110 111010 111110

Color Harmonies of #BC66D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC66D6

Black with #BC66D6

Text Example


Text Example

White with #BC66D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC66D6; }

 p { color: rgb(188,102,214); }

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

background-color css

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

 a { background-color: rgb(188,102,214); }

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

border-color css

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

 span { border-color: rgb(188,102,214); }

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