Html Css Color HEX #BC37CC Medium Orchid

📋 copy color: '#BC37CC'

red 188 ◦ green 55 ◦ blue 204

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

Shades of Medium Orchid #BC37CC

Tints of Medium Orchid #BC37CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 42.06%
G = 12.3%
B = 45.64%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC37CC (or 0xBC37CC) is known color: Medium Orchid. HEX triplet: BC, 37 and CC. RGB value is (188,55,204). Sum of RGB (Red+Green+Blue) = 188+55+204=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC37CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC37CC is #43C833. Grayscale: #6F6F6F. Windows color (decimal): -4442164 or 13383612. OLE color: 13383612.

HSL color Cylindrical-coordinate representation of color #BC37CC: hue angle of 293.56º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC37CC is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 55 204 -
CMYK 0.08 0.73 0 0.2
HSL 293.56º 0.59% 0.51% -
HSV(B) 293.56º 0.73% 0.8% -
XYZ 33 17.78 58.82 -
YUV 111.75 180.06 182.38 -
System Red Green Blue C M Y K H S L
Decimal 188 55 204 0.08 0.73 0 0.2 293.56 0.59 0.51
Hex BC 37 CC 8 49 0 14 126 3B 33
Octal 274 67 314 10 111 0 24 446 73 63
Binary 10111100 110111 11001100 1000 1001001 0 10100 100100110 111011 110011

Color Harmonies of #BC37CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC37CC

Black with #BC37CC

Text Example


Text Example

White with #BC37CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC37CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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