Html Css Color HEX #B25880 Royal Heath

📋 copy color: '#B25880'

red 178 ◦ green 88 ◦ blue 128

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

Shades of Royal Heath #B25880

Tints of Royal Heath #B25880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.34%

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

R = 45.18%
G = 22.34%
B = 32.49%

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

#B25880 (or 0xB25880) is known color: Royal Heath. HEX triplet: B2, 58 and 80. RGB value is (178,88,128). Sum of RGB (Red+Green+Blue) = 178+88+128=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B25880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25880 is #4DA77F. Grayscale: #777777. Windows color (decimal): -5089152 or 8411314. OLE color: 8411314.

HSL color Cylindrical-coordinate representation of color #B25880: hue angle of 333.33º 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 #B25880 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 88 128 -
CMYK 0 0.51 0.28 0.30
HSL 333.33º 0.37% 0.52% -
HSV(B) 333.33º 0.51% 0.7% -
XYZ 25.75 18 22.54 -
YUV 119.47 132.82 169.75 -
System Red Green Blue C M Y K H S L
Decimal 178 88 128 0 0.51 0.28 0.30 333.33 0.37 0.52
Hex B2 58 80 0 33 1C 1E 14D 25 34
Octal 262 130 200 0 63 34 36 515 45 64
Binary 10110010 1011000 10000000 0 110011 11100 11110 101001101 100101 110100

Color Harmonies of #B25880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25880

Black with #B25880

Text Example


Text Example

White with #B25880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25880; }

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

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

background-color css

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

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

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

border-color css

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

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

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