Html Css Color HEX #BC396E Royal Heath

📋 copy color: '#BC396E'

red 188 ◦ green 57 ◦ blue 110

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

Shades of Royal Heath #BC396E

Tints of Royal Heath #BC396E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.06%

 BLUE value IS 110 (43.36% from 255) = 30.99%

R = 52.96%
G = 16.06%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC396E (or 0xBC396E) is known color: Royal Heath. HEX triplet: BC, 39 and 6E. RGB value is (188,57,110). Sum of RGB (Red+Green+Blue) = 188+57+110=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC396E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC396E is #43C691. Grayscale: #666666. Windows color (decimal): -4441746 or 7223740. OLE color: 7223740.

HSL color Cylindrical-coordinate representation of color #BC396E: hue angle of 335.73º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC396E is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 57 110 -
CMYK 0 0.70 0.41 0.26
HSL 335.73º 0.53% 0.48% -
HSV(B) 335.73º 0.7% 0.74% -
XYZ 25.02 14.74 16.28 -
YUV 102.21 132.4 189.19 -
System Red Green Blue C M Y K H S L
Decimal 188 57 110 0 0.70 0.41 0.26 335.73 0.53 0.48
Hex BC 39 6E 0 46 29 1A 150 35 30
Octal 274 71 156 0 106 51 32 520 65 60
Binary 10111100 111001 1101110 0 1000110 101001 11010 101010000 110101 110000

Color Harmonies of #BC396E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC396E

Black with #BC396E

Text Example


Text Example

White with #BC396E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC396E; }

 p { color: rgb(188,57,110); }

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

background-color css

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

 a { background-color: rgb(188,57,110); }

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

border-color css

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

 span { border-color: rgb(188,57,110); }

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