Html Css Color HEX #B25981 Royal Heath

📋 copy color: '#B25981'

red 178 ◦ green 89 ◦ blue 129

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

Shades of Royal Heath #B25981

Tints of Royal Heath #B25981

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.47%

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

R = 44.95%
G = 22.47%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B25981 (or 0xB25981) is known color: Royal Heath. HEX triplet: B2, 59 and 81. RGB value is (178,89,129). Sum of RGB (Red+Green+Blue) = 178+89+129=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B25981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25981 is #4DA67E. Grayscale: #787878. Windows color (decimal): -5088895 or 8477106. OLE color: 8477106.

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

Color convert

RGB 178 89 129 -
CMYK 0 0.5 0.28 0.30
HSL 333.03º 0.37% 0.52% -
HSV(B) 333.03º 0.5% 0.7% -
XYZ 25.89 18.19 22.92 -
YUV 120.17 132.99 169.25 -
System Red Green Blue C M Y K H S L
Decimal 178 89 129 0 0.5 0.28 0.30 333.03 0.37 0.52
Hex B2 59 81 0 32 1C 1E 14D 25 34
Octal 262 131 201 0 62 34 36 515 45 64
Binary 10110010 1011001 10000001 0 110010 11100 11110 101001101 100101 110100

Color Harmonies of #B25981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25981

Black with #B25981

Text Example


Text Example

White with #B25981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25981; }

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

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

background-color css

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

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

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

border-color css

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

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

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