Html Css Color HEX #B25278 Royal Heath

📋 copy color: '#B25278'

red 178 ◦ green 82 ◦ blue 120

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

Shades of Royal Heath #B25278

Tints of Royal Heath #B25278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.58%

R = 46.84%
G = 21.58%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B25278 (or 0xB25278) is known color: Royal Heath. HEX triplet: B2, 52 and 78. RGB value is (178,82,120). Sum of RGB (Red+Green+Blue) = 178+82+120=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B25278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25278 is #4DAD87. Grayscale: #727272. Windows color (decimal): -5090696 or 7885490. OLE color: 7885490.

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

Color convert

RGB 178 82 120 -
CMYK 0 0.54 0.33 0.30
HSL 336.25º 0.38% 0.51% -
HSV(B) 336.25º 0.54% 0.7% -
XYZ 24.77 16.86 19.72 -
YUV 115.04 130.8 172.91 -
System Red Green Blue C M Y K H S L
Decimal 178 82 120 0 0.54 0.33 0.30 336.25 0.38 0.51
Hex B2 52 78 0 36 21 1E 150 26 33
Octal 262 122 170 0 66 41 36 520 46 63
Binary 10110010 1010010 1111000 0 110110 100001 11110 101010000 100110 110011

Color Harmonies of #B25278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25278

Black with #B25278

Text Example


Text Example

White with #B25278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25278; }

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

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

background-color css

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

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

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

border-color css

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

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

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