Html Css Color HEX #BC37CB Medium Orchid

📋 copy color: '#BC37CB'

red 188 ◦ green 55 ◦ blue 203

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

Shades of Medium Orchid #BC37CB

Tints of Medium Orchid #BC37CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.52%

R = 42.15%
G = 12.33%
B = 45.52%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC37CB (or 0xBC37CB) is known color: Medium Orchid. HEX triplet: BC, 37 and CB. RGB value is (188,55,203). Sum of RGB (Red+Green+Blue) = 188+55+203=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC37CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC37CB is #43C834. Grayscale: #6F6F6F. Windows color (decimal): -4442165 or 13318076. OLE color: 13318076.

HSL color Cylindrical-coordinate representation of color #BC37CB: hue angle of 293.92º 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 #BC37CB is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 55 203 -
CMYK 0.07 0.73 0 0.20
HSL 293.92º 0.59% 0.51% -
HSV(B) 293.92º 0.73% 0.8% -
XYZ 32.88 17.74 58.19 -
YUV 111.64 179.56 182.47 -
System Red Green Blue C M Y K H S L
Decimal 188 55 203 0.07 0.73 0 0.20 293.92 0.59 0.51
Hex BC 37 CB 7 49 0 14 126 3B 33
Octal 274 67 313 7 111 0 24 446 73 63
Binary 10111100 110111 11001011 111 1001001 0 10100 100100110 111011 110011

Color Harmonies of #BC37CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC37CB

Black with #BC37CB

Text Example


Text Example

White with #BC37CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC37CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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