Html Css Color HEX #BC37CE Medium Orchid

📋 copy color: '#BC37CE'

red 188 ◦ green 55 ◦ blue 206

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

Shades of Medium Orchid #BC37CE

Tints of Medium Orchid #BC37CE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.25%

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

R = 41.87%
G = 12.25%
B = 45.88%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC37CE (or 0xBC37CE) is known color: Medium Orchid. HEX triplet: BC, 37 and CE. RGB value is (188,55,206). Sum of RGB (Red+Green+Blue) = 188+55+206=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC37CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC37CE is #43C831. Grayscale: #6F6F6F. Windows color (decimal): -4442162 or 13514684. OLE color: 13514684.

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

Color convert

RGB 188 55 206 -
CMYK 0.09 0.73 0 0.19
HSL 292.85º 0.61% 0.51% -
HSV(B) 292.85º 0.73% 0.81% -
XYZ 33.25 17.88 60.09 -
YUV 111.98 181.06 182.22 -
System Red Green Blue C M Y K H S L
Decimal 188 55 206 0.09 0.73 0 0.19 292.85 0.61 0.51
Hex BC 37 CE 9 49 0 13 125 3D 33
Octal 274 67 316 11 111 0 23 445 75 63
Binary 10111100 110111 11001110 1001 1001001 0 10011 100100101 111101 110011

Color Harmonies of #BC37CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC37CE

Black with #BC37CE

Text Example


Text Example

White with #BC37CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC37CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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