Html Css Color HEX #BC72CE Medium Orchid

📋 copy color: '#BC72CE'

red 188 ◦ green 114 ◦ blue 206

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

Shades of Medium Orchid #BC72CE

Tints of Medium Orchid #BC72CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.44%

 BLUE value IS 206 (80.86% from 255) = 40.55%

R = 37.01%
G = 22.44%
B = 40.55%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC72CE (or 0xBC72CE) is known color: Medium Orchid. HEX triplet: BC, 72 and CE. RGB value is (188,114,206). Sum of RGB (Red+Green+Blue) = 188+114+206=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC72CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC72CE is #438D31. Grayscale: #929292. Windows color (decimal): -4427058 or 13529788. OLE color: 13529788.

HSL color Cylindrical-coordinate representation of color #BC72CE: hue angle of 288.26º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC72CE is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 114 206 -
CMYK 0.09 0.45 0 0.19
HSL 288.26º 0.48% 0.63% -
HSV(B) 288.26º 0.45% 0.81% -
XYZ 37.9 27.18 61.64 -
YUV 146.61 161.52 157.52 -
System Red Green Blue C M Y K H S L
Decimal 188 114 206 0.09 0.45 0 0.19 288.26 0.48 0.63
Hex BC 72 CE 9 2D 0 13 120 30 3F
Octal 274 162 316 11 55 0 23 440 60 77
Binary 10111100 1110010 11001110 1001 101101 0 10011 100100000 110000 111111

Color Harmonies of #BC72CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC72CE

Black with #BC72CE

Text Example


Text Example

White with #BC72CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC72CE; }

 p { color: rgb(188,114,206); }

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

background-color css

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

 a { background-color: rgb(188,114,206); }

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

border-color css

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

 span { border-color: rgb(188,114,206); }

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