Html Css Color HEX #BC4478 Royal Heath

📋 copy color: '#BC4478'

red 188 ◦ green 68 ◦ blue 120

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

Shades of Royal Heath #BC4478

Tints of Royal Heath #BC4478

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.09%

 BLUE value IS 120 (47.27% from 255) = 31.91%

R = 50%
G = 18.09%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC4478 (or 0xBC4478) is known color: Royal Heath. HEX triplet: BC, 44 and 78. RGB value is (188,68,120). Sum of RGB (Red+Green+Blue) = 188+68+120=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4478 is #43BB87. Grayscale: #6D6D6D. Windows color (decimal): -4438920 or 7881916. OLE color: 7881916.

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

Color convert

RGB 188 68 120 -
CMYK 0 0.64 0.36 0.26
HSL 334º 0.47% 0.5% -
HSV(B) 334º 0.64% 0.74% -
XYZ 26.2 16.18 19.51 -
YUV 109.81 133.76 183.77 -
System Red Green Blue C M Y K H S L
Decimal 188 68 120 0 0.64 0.36 0.26 334 0.47 0.5
Hex BC 44 78 0 40 24 1A 14E 2F 32
Octal 274 104 170 0 100 44 32 516 57 62
Binary 10111100 1000100 1111000 0 1000000 100100 11010 101001110 101111 110010

Color Harmonies of #BC4478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4478

Black with #BC4478

Text Example


Text Example

White with #BC4478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4478; }

 p { color: rgb(188,68,120); }

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

background-color css

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

 a { background-color: rgb(188,68,120); }

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

border-color css

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

 span { border-color: rgb(188,68,120); }

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