Html Css Color HEX #B25081 Royal Heath

📋 copy color: '#B25081'

red 178 ◦ green 80 ◦ blue 129

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

Shades of Royal Heath #B25081

Tints of Royal Heath #B25081

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.67%

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

R = 45.99%
G = 20.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B25081 (or 0xB25081) is known color: Royal Heath. HEX triplet: B2, 50 and 81. RGB value is (178,80,129). Sum of RGB (Red+Green+Blue) = 178+80+129=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B25081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25081 is #4DAF7E. Grayscale: #727272. Windows color (decimal): -5091199 or 8474802. OLE color: 8474802.

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

Color convert

RGB 178 80 129 -
CMYK 0 0.55 0.28 0.30
HSL 330º 0.39% 0.51% -
HSV(B) 330º 0.55% 0.7% -
XYZ 25.19 16.79 22.68 -
YUV 114.89 135.97 173.02 -
System Red Green Blue C M Y K H S L
Decimal 178 80 129 0 0.55 0.28 0.30 330 0.39 0.51
Hex B2 50 81 0 37 1C 1E 14A 27 33
Octal 262 120 201 0 67 34 36 512 47 63
Binary 10110010 1010000 10000001 0 110111 11100 11110 101001010 100111 110011

Color Harmonies of #B25081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25081

Black with #B25081

Text Example


Text Example

White with #B25081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25081; }

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

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

background-color css

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

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

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

border-color css

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

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

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