Html Css Color HEX #B25481 Royal Heath

📋 copy color: '#B25481'

red 178 ◦ green 84 ◦ blue 129

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

Shades of Royal Heath #B25481

Tints of Royal Heath #B25481

RGB

 RED value IS 178 (69.92% from 255) = 45.52%

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

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

R = 45.52%
G = 21.48%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B25481 (or 0xB25481) is known color: Royal Heath. HEX triplet: B2, 54 and 81. RGB value is (178,84,129). Sum of RGB (Red+Green+Blue) = 178+84+129=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B25481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25481 is #4DAB7E. Grayscale: #757575. Windows color (decimal): -5090175 or 8475826. OLE color: 8475826.

HSL color Cylindrical-coordinate representation of color #B25481: hue angle of 331.28º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B25481 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 84 129 -
CMYK 0 0.53 0.28 0.30
HSL 331.28º 0.38% 0.51% -
HSV(B) 331.28º 0.53% 0.7% -
XYZ 25.49 17.39 22.78 -
YUV 117.24 134.64 171.34 -
System Red Green Blue C M Y K H S L
Decimal 178 84 129 0 0.53 0.28 0.30 331.28 0.38 0.51
Hex B2 54 81 0 35 1C 1E 14B 26 33
Octal 262 124 201 0 65 34 36 513 46 63
Binary 10110010 1010100 10000001 0 110101 11100 11110 101001011 100110 110011

Color Harmonies of #B25481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25481

Black with #B25481

Text Example


Text Example

White with #B25481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25481; }

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

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

background-color css

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

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

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

border-color css

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

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

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