Html Css Color HEX #BC66D5 Medium Orchid

📋 copy color: '#BC66D5'

red 188 ◦ green 102 ◦ blue 213

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

Shades of Medium Orchid #BC66D5

Tints of Medium Orchid #BC66D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.35%

R = 37.38%
G = 20.28%
B = 42.35%

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

#BC66D5 (or 0xBC66D5) is known color: Medium Orchid. HEX triplet: BC, 66 and D5. RGB value is (188,102,213). Sum of RGB (Red+Green+Blue) = 188+102+213=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC66D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66D5 is #43992A. Grayscale: #8C8C8C. Windows color (decimal): -4430123 or 13985468. OLE color: 13985468.

HSL color Cylindrical-coordinate representation of color #BC66D5: hue angle of 286.49º degrees, saturation: 0.57, 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 #BC66D5 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 102 213 -
CMYK 0.12 0.52 0 0.16
HSL 286.49º 0.57% 0.62% -
HSV(B) 286.49º 0.52% 0.84% -
XYZ 37.5 25 65.8 -
YUV 140.37 168.99 161.97 -
System Red Green Blue C M Y K H S L
Decimal 188 102 213 0.12 0.52 0 0.16 286.49 0.57 0.62
Hex BC 66 D5 C 34 0 10 11E 39 3E
Octal 274 146 325 14 64 0 20 436 71 76
Binary 10111100 1100110 11010101 1100 110100 0 10000 100011110 111001 111110

Color Harmonies of #BC66D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC66D5

Black with #BC66D5

Text Example


Text Example

White with #BC66D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC66D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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