Html Css Color HEX #BC3870 Royal Heath

📋 copy color: '#BC3870'

red 188 ◦ green 56 ◦ blue 112

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

Shades of Royal Heath #BC3870

Tints of Royal Heath #BC3870

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.73%

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

R = 52.81%
G = 15.73%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC3870 (or 0xBC3870) is known color: Royal Heath. HEX triplet: BC, 38 and 70. RGB value is (188,56,112). Sum of RGB (Red+Green+Blue) = 188+56+112=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3870 is #43C78F. Grayscale: #656565. Windows color (decimal): -4442000 or 7354556. OLE color: 7354556.

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

Color convert

RGB 188 56 112 -
CMYK 0 0.70 0.40 0.26
HSL 334.55º 0.54% 0.48% -
HSV(B) 334.55º 0.7% 0.74% -
XYZ 25.08 14.69 16.84 -
YUV 101.85 133.73 189.45 -
System Red Green Blue C M Y K H S L
Decimal 188 56 112 0 0.70 0.40 0.26 334.55 0.54 0.48
Hex BC 38 70 0 46 28 1A 14F 36 30
Octal 274 70 160 0 106 50 32 517 66 60
Binary 10111100 111000 1110000 0 1000110 101000 11010 101001111 110110 110000

Color Harmonies of #BC3870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3870

Black with #BC3870

Text Example


Text Example

White with #BC3870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3870; }

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

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

background-color css

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

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

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

border-color css

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

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

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