Html Css Color HEX #B25281 Royal Heath

📋 copy color: '#B25281'

red 178 ◦ green 82 ◦ blue 129

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

Shades of Royal Heath #B25281

Tints of Royal Heath #B25281

RGB

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

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

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

R = 45.76%
G = 21.08%
B = 33.16%

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

#B25281 (or 0xB25281) is known color: Royal Heath. HEX triplet: B2, 52 and 81. RGB value is (178,82,129). Sum of RGB (Red+Green+Blue) = 178+82+129=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B25281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25281 is #4DAD7E. Grayscale: #737373. Windows color (decimal): -5090687 or 8475314. OLE color: 8475314.

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

Color convert

RGB 178 82 129 -
CMYK 0 0.54 0.28 0.30
HSL 330.63º 0.38% 0.51% -
HSV(B) 330.63º 0.54% 0.7% -
XYZ 25.34 17.08 22.73 -
YUV 116.06 135.3 172.18 -
System Red Green Blue C M Y K H S L
Decimal 178 82 129 0 0.54 0.28 0.30 330.63 0.38 0.51
Hex B2 52 81 0 36 1C 1E 14B 26 33
Octal 262 122 201 0 66 34 36 513 46 63
Binary 10110010 1010010 10000001 0 110110 11100 11110 101001011 100110 110011

Color Harmonies of #B25281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25281

Black with #B25281

Text Example


Text Example

White with #B25281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25281; }

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

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

background-color css

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

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

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

border-color css

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

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

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