Html Css Color HEX #BC4070 Royal Heath

📋 copy color: '#BC4070'

red 188 ◦ green 64 ◦ blue 112

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

Shades of Royal Heath #BC4070

Tints of Royal Heath #BC4070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.58%

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

R = 51.65%
G = 17.58%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC4070 (or 0xBC4070) is known color: Royal Heath. HEX triplet: BC, 40 and 70. RGB value is (188,64,112). Sum of RGB (Red+Green+Blue) = 188+64+112=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4070 is #43BF8F. Grayscale: #6A6A6A. Windows color (decimal): -4439952 or 7356604. OLE color: 7356604.

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

Color convert

RGB 188 64 112 -
CMYK 0 0.66 0.40 0.26
HSL 336.77º 0.49% 0.49% -
HSV(B) 336.77º 0.66% 0.74% -
XYZ 25.5 15.53 16.98 -
YUV 106.55 131.08 186.1 -
System Red Green Blue C M Y K H S L
Decimal 188 64 112 0 0.66 0.40 0.26 336.77 0.49 0.49
Hex BC 40 70 0 42 28 1A 151 31 31
Octal 274 100 160 0 102 50 32 521 61 61
Binary 10111100 1000000 1110000 0 1000010 101000 11010 101010001 110001 110001

Color Harmonies of #BC4070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4070

Black with #BC4070

Text Example


Text Example

White with #BC4070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4070; }

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

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

background-color css

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

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

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

border-color css

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

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

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