Html Css Color HEX #BC396F Royal Heath

📋 copy color: '#BC396F'

red 188 ◦ green 57 ◦ blue 111

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

Shades of Royal Heath #BC396F

Tints of Royal Heath #BC396F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.18%

R = 52.81%
G = 16.01%
B = 31.18%

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

#BC396F (or 0xBC396F) is known color: Royal Heath. HEX triplet: BC, 39 and 6F. RGB value is (188,57,111). Sum of RGB (Red+Green+Blue) = 188+57+111=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC396F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC396F is #43C690. Grayscale: #666666. Windows color (decimal): -4441745 or 7289276. OLE color: 7289276.

HSL color Cylindrical-coordinate representation of color #BC396F: hue angle of 335.27º 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 #BC396F is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 57 111 -
CMYK 0 0.70 0.41 0.26
HSL 335.27º 0.53% 0.48% -
HSV(B) 335.27º 0.7% 0.74% -
XYZ 25.07 14.77 16.57 -
YUV 102.33 132.9 189.11 -
System Red Green Blue C M Y K H S L
Decimal 188 57 111 0 0.70 0.41 0.26 335.27 0.53 0.48
Hex BC 39 6F 0 46 29 1A 14F 35 30
Octal 274 71 157 0 106 51 32 517 65 60
Binary 10111100 111001 1101111 0 1000110 101001 11010 101001111 110101 110000

Color Harmonies of #BC396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC396F

Black with #BC396F

Text Example


Text Example

White with #BC396F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC396F; }

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

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

background-color css

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

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

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

border-color css

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

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

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