Html Css Color HEX #BC3670 Royal Heath

📋 copy color: '#BC3670'

red 188 ◦ green 54 ◦ blue 112

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

Shades of Royal Heath #BC3670

Tints of Royal Heath #BC3670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.25%

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

R = 53.11%
G = 15.25%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC3670 (or 0xBC3670) is known color: Royal Heath. HEX triplet: BC, 36 and 70. RGB value is (188,54,112). Sum of RGB (Red+Green+Blue) = 188+54+112=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3670 is #43C98F. Grayscale: #646464. Windows color (decimal): -4442512 or 7354044. OLE color: 7354044.

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

Color convert

RGB 188 54 112 -
CMYK 0 0.71 0.40 0.26
HSL 334.03º 0.55% 0.47% -
HSV(B) 334.03º 0.71% 0.74% -
XYZ 24.98 14.5 16.81 -
YUV 100.68 134.39 190.28 -
System Red Green Blue C M Y K H S L
Decimal 188 54 112 0 0.71 0.40 0.26 334.03 0.55 0.47
Hex BC 36 70 0 47 28 1A 14E 37 2F
Octal 274 66 160 0 107 50 32 516 67 57
Binary 10111100 110110 1110000 0 1000111 101000 11010 101001110 110111 101111

Color Harmonies of #BC3670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3670

Black with #BC3670

Text Example


Text Example

White with #BC3670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3670; }

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

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

background-color css

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

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

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

border-color css

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

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

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