Html Css Color HEX #B25280 Royal Heath

📋 copy color: '#B25280'

red 178 ◦ green 82 ◦ blue 128

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

Shades of Royal Heath #B25280

Tints of Royal Heath #B25280

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.13%

 BLUE value IS 128 (50.39% from 255) = 32.99%

R = 45.88%
G = 21.13%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B25280 (or 0xB25280) is known color: Royal Heath. HEX triplet: B2, 52 and 80. RGB value is (178,82,128). Sum of RGB (Red+Green+Blue) = 178+82+128=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B25280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25280 is #4DAD7F. Grayscale: #737373. Windows color (decimal): -5090688 or 8409778. OLE color: 8409778.

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

Color convert

RGB 178 82 128 -
CMYK 0 0.54 0.28 0.30
HSL 331.25º 0.38% 0.51% -
HSV(B) 331.25º 0.54% 0.7% -
XYZ 25.27 17.06 22.38 -
YUV 115.95 134.8 172.26 -
System Red Green Blue C M Y K H S L
Decimal 178 82 128 0 0.54 0.28 0.30 331.25 0.38 0.51
Hex B2 52 80 0 36 1C 1E 14B 26 33
Octal 262 122 200 0 66 34 36 513 46 63
Binary 10110010 1010010 10000000 0 110110 11100 11110 101001011 100110 110011

Color Harmonies of #B25280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25280

Black with #B25280

Text Example


Text Example

White with #B25280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25280; }

 p { color: rgb(178,82,128); }

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

background-color css

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

 a { background-color: rgb(178,82,128); }

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

border-color css

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

 span { border-color: rgb(178,82,128); }

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