Html Css Color HEX #BC5479 Royal Heath

📋 copy color: '#BC5479'

red 188 ◦ green 84 ◦ blue 121

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

Shades of Royal Heath #BC5479

Tints of Royal Heath #BC5479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.37%

 BLUE value IS 121 (47.66% from 255) = 30.79%

R = 47.84%
G = 21.37%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC5479 (or 0xBC5479) is known color: Royal Heath. HEX triplet: BC, 54 and 79. RGB value is (188,84,121). Sum of RGB (Red+Green+Blue) = 188+84+121=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5479 is #43AB86. Grayscale: #777777. Windows color (decimal): -4434823 or 7951548. OLE color: 7951548.

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

Color convert

RGB 188 84 121 -
CMYK 0 0.55 0.36 0.26
HSL 338.65º 0.44% 0.53% -
HSV(B) 338.65º 0.55% 0.74% -
XYZ 27.36 18.41 20.2 -
YUV 119.31 128.96 176.99 -
System Red Green Blue C M Y K H S L
Decimal 188 84 121 0 0.55 0.36 0.26 338.65 0.44 0.53
Hex BC 54 79 0 37 24 1A 153 2C 35
Octal 274 124 171 0 67 44 32 523 54 65
Binary 10111100 1010100 1111001 0 110111 100100 11010 101010011 101100 110101

Color Harmonies of #BC5479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5479

Black with #BC5479

Text Example


Text Example

White with #BC5479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5479; }

 p { color: rgb(188,84,121); }

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

background-color css

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

 a { background-color: rgb(188,84,121); }

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

border-color css

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

 span { border-color: rgb(188,84,121); }

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