Html Css Color HEX #BC4B78 Royal Heath

📋 copy color: '#BC4B78'

red 188 ◦ green 75 ◦ blue 120

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

Shades of Royal Heath #BC4B78

Tints of Royal Heath #BC4B78

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.58%

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

R = 49.09%
G = 19.58%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC4B78 (or 0xBC4B78) is known color: Royal Heath. HEX triplet: BC, 4B and 78. RGB value is (188,75,120). Sum of RGB (Red+Green+Blue) = 188+75+120=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4B78 is #43B487. Grayscale: #717171. Windows color (decimal): -4437128 or 7883708. OLE color: 7883708.

HSL color Cylindrical-coordinate representation of color #BC4B78: hue angle of 336.11º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4B78 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 75 120 -
CMYK 0 0.60 0.36 0.26
HSL 336.11º 0.46% 0.52% -
HSV(B) 336.11º 0.6% 0.74% -
XYZ 26.65 17.08 19.66 -
YUV 113.92 131.44 180.84 -
System Red Green Blue C M Y K H S L
Decimal 188 75 120 0 0.60 0.36 0.26 336.11 0.46 0.52
Hex BC 4B 78 0 3C 24 1A 150 2E 34
Octal 274 113 170 0 74 44 32 520 56 64
Binary 10111100 1001011 1111000 0 111100 100100 11010 101010000 101110 110100

Color Harmonies of #BC4B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4B78

Black with #BC4B78

Text Example


Text Example

White with #BC4B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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