Html Css Color HEX #BC3B70 Royal Heath

📋 copy color: '#BC3B70'

red 188 ◦ green 59 ◦ blue 112

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

Shades of Royal Heath #BC3B70

Tints of Royal Heath #BC3B70

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.43%

 BLUE value IS 112 (44.14% from 255) = 31.2%

R = 52.37%
G = 16.43%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC3B70 (or 0xBC3B70) is known color: Royal Heath. HEX triplet: BC, 3B and 70. RGB value is (188,59,112). Sum of RGB (Red+Green+Blue) = 188+59+112=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3B70 is #43C48F. Grayscale: #676767. Windows color (decimal): -4441232 or 7355324. OLE color: 7355324.

HSL color Cylindrical-coordinate representation of color #BC3B70: hue angle of 335.35º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3B70 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 59 112 -
CMYK 0 0.69 0.40 0.26
HSL 335.35º 0.52% 0.48% -
HSV(B) 335.35º 0.69% 0.74% -
XYZ 25.23 14.99 16.89 -
YUV 103.61 132.74 188.19 -
System Red Green Blue C M Y K H S L
Decimal 188 59 112 0 0.69 0.40 0.26 335.35 0.52 0.48
Hex BC 3B 70 0 45 28 1A 14F 34 30
Octal 274 73 160 0 105 50 32 517 64 60
Binary 10111100 111011 1110000 0 1000101 101000 11010 101001111 110100 110000

Color Harmonies of #BC3B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3B70

Black with #BC3B70

Text Example


Text Example

White with #BC3B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3B70; }

 p { color: rgb(188,59,112); }

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

background-color css

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

 a { background-color: rgb(188,59,112); }

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

border-color css

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

 span { border-color: rgb(188,59,112); }

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