Html Css Color HEX #B25780 Royal Heath

📋 copy color: '#B25780'

red 178 ◦ green 87 ◦ blue 128

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

Shades of Royal Heath #B25780

Tints of Royal Heath #B25780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.14%

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

R = 45.29%
G = 22.14%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B25780 (or 0xB25780) is known color: Royal Heath. HEX triplet: B2, 57 and 80. RGB value is (178,87,128). Sum of RGB (Red+Green+Blue) = 178+87+128=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B25780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25780 is #4DA87F. Grayscale: #767676. Windows color (decimal): -5089408 or 8411058. OLE color: 8411058.

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

Color convert

RGB 178 87 128 -
CMYK 0 0.51 0.28 0.30
HSL 332.97º 0.37% 0.52% -
HSV(B) 332.97º 0.51% 0.7% -
XYZ 25.66 17.84 22.51 -
YUV 118.88 133.15 170.17 -
System Red Green Blue C M Y K H S L
Decimal 178 87 128 0 0.51 0.28 0.30 332.97 0.37 0.52
Hex B2 57 80 0 33 1C 1E 14D 25 34
Octal 262 127 200 0 63 34 36 515 45 64
Binary 10110010 1010111 10000000 0 110011 11100 11110 101001101 100101 110100

Color Harmonies of #B25780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25780

Black with #B25780

Text Example


Text Example

White with #B25780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25780; }

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

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

background-color css

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

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

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

border-color css

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

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

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