Html Css Color HEX #BC3470 Royal Heath

📋 copy color: '#BC3470'

red 188 ◦ green 52 ◦ blue 112

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

Shades of Royal Heath #BC3470

Tints of Royal Heath #BC3470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.77%

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

R = 53.41%
G = 14.77%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC3470 (or 0xBC3470) is known color: Royal Heath. HEX triplet: BC, 34 and 70. RGB value is (188,52,112). Sum of RGB (Red+Green+Blue) = 188+52+112=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3470 is #43CB8F. Grayscale: #636363. Windows color (decimal): -4443024 or 7353532. OLE color: 7353532.

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

Color convert

RGB 188 52 112 -
CMYK 0 0.72 0.40 0.26
HSL 333.53º 0.57% 0.47% -
HSV(B) 333.53º 0.72% 0.74% -
XYZ 24.89 14.32 16.78 -
YUV 99.5 135.06 191.12 -
System Red Green Blue C M Y K H S L
Decimal 188 52 112 0 0.72 0.40 0.26 333.53 0.57 0.47
Hex BC 34 70 0 48 28 1A 14E 39 2F
Octal 274 64 160 0 110 50 32 516 71 57
Binary 10111100 110100 1110000 0 1001000 101000 11010 101001110 111001 101111

Color Harmonies of #BC3470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3470

Black with #BC3470

Text Example


Text Example

White with #BC3470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3470; }

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

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

background-color css

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

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

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

border-color css

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

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

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