Html Css Color HEX #B25182 Royal Heath

📋 copy color: '#B25182'

red 178 ◦ green 81 ◦ blue 130

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

Shades of Royal Heath #B25182

Tints of Royal Heath #B25182

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.82%

 BLUE value IS 130 (51.17% from 255) = 33.42%

R = 45.76%
G = 20.82%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B25182 (or 0xB25182) is known color: Royal Heath. HEX triplet: B2, 51 and 82. RGB value is (178,81,130). Sum of RGB (Red+Green+Blue) = 178+81+130=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B25182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25182 is #4DAE7D. Grayscale: #737373. Windows color (decimal): -5090942 or 8540594. OLE color: 8540594.

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

Color convert

RGB 178 81 130 -
CMYK 0 0.54 0.27 0.30
HSL 329.69º 0.39% 0.51% -
HSV(B) 329.69º 0.54% 0.7% -
XYZ 25.33 16.96 23.06 -
YUV 115.59 136.14 172.52 -
System Red Green Blue C M Y K H S L
Decimal 178 81 130 0 0.54 0.27 0.30 329.69 0.39 0.51
Hex B2 51 82 0 36 1B 1E 14A 27 33
Octal 262 121 202 0 66 33 36 512 47 63
Binary 10110010 1010001 10000010 0 110110 11011 11110 101001010 100111 110011

Color Harmonies of #B25182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25182

Black with #B25182

Text Example


Text Example

White with #B25182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25182; }

 p { color: rgb(178,81,130); }

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

background-color css

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

 a { background-color: rgb(178,81,130); }

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

border-color css

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

 span { border-color: rgb(178,81,130); }

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