Html Css Color HEX #BC5481 Royal Heath

📋 copy color: '#BC5481'

red 188 ◦ green 84 ◦ blue 129

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

Shades of Royal Heath #BC5481

Tints of Royal Heath #BC5481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.17%

R = 46.88%
G = 20.95%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC5481 (or 0xBC5481) is known color: Royal Heath. HEX triplet: BC, 54 and 81. RGB value is (188,84,129). Sum of RGB (Red+Green+Blue) = 188+84+129=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5481 is #43AB7E. Grayscale: #787878. Windows color (decimal): -4434815 or 8475836. OLE color: 8475836.

HSL color Cylindrical-coordinate representation of color #BC5481: hue angle of 334.04º 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 #BC5481 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 84 129 -
CMYK 0 0.55 0.31 0.26
HSL 334.04º 0.44% 0.53% -
HSV(B) 334.04º 0.55% 0.74% -
XYZ 27.87 18.62 22.89 -
YUV 120.23 132.96 176.34 -
System Red Green Blue C M Y K H S L
Decimal 188 84 129 0 0.55 0.31 0.26 334.04 0.44 0.53
Hex BC 54 81 0 37 1F 1A 14E 2C 35
Octal 274 124 201 0 67 37 32 516 54 65
Binary 10111100 1010100 10000001 0 110111 11111 11010 101001110 101100 110101

Color Harmonies of #BC5481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5481

Black with #BC5481

Text Example


Text Example

White with #BC5481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5481; }

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

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

background-color css

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

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

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

border-color css

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

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

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