Html Css Color HEX #B25580 Royal Heath

📋 copy color: '#B25580'

red 178 ◦ green 85 ◦ blue 128

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

Shades of Royal Heath #B25580

Tints of Royal Heath #B25580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.74%

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

R = 45.52%
G = 21.74%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B25580 (or 0xB25580) is known color: Royal Heath. HEX triplet: B2, 55 and 80. RGB value is (178,85,128). Sum of RGB (Red+Green+Blue) = 178+85+128=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B25580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25580 is #4DAA7F. Grayscale: #757575. Windows color (decimal): -5089920 or 8410546. OLE color: 8410546.

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

Color convert

RGB 178 85 128 -
CMYK 0 0.52 0.28 0.30
HSL 332.26º 0.38% 0.52% -
HSV(B) 332.26º 0.52% 0.7% -
XYZ 25.5 17.52 22.46 -
YUV 117.71 133.81 171 -
System Red Green Blue C M Y K H S L
Decimal 178 85 128 0 0.52 0.28 0.30 332.26 0.38 0.52
Hex B2 55 80 0 34 1C 1E 14C 26 34
Octal 262 125 200 0 64 34 36 514 46 64
Binary 10110010 1010101 10000000 0 110100 11100 11110 101001100 100110 110100

Color Harmonies of #B25580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25580

Black with #B25580

Text Example


Text Example

White with #B25580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25580; }

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

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

background-color css

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

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

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

border-color css

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

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

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