Html Css Color HEX #B25682 Royal Heath

📋 copy color: '#B25682'

red 178 ◦ green 86 ◦ blue 130

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

Shades of Royal Heath #B25682

Tints of Royal Heath #B25682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.83%

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

R = 45.18%
G = 21.83%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B25682 (or 0xB25682) is known color: Royal Heath. HEX triplet: B2, 56 and 82. RGB value is (178,86,130). Sum of RGB (Red+Green+Blue) = 178+86+130=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B25682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25682 is #4DA97D. Grayscale: #767676. Windows color (decimal): -5089662 or 8541874. OLE color: 8541874.

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

Color convert

RGB 178 86 130 -
CMYK 0 0.52 0.27 0.30
HSL 331.3º 0.37% 0.52% -
HSV(B) 331.3º 0.52% 0.7% -
XYZ 25.72 17.73 23.19 -
YUV 118.52 134.48 170.42 -
System Red Green Blue C M Y K H S L
Decimal 178 86 130 0 0.52 0.27 0.30 331.3 0.37 0.52
Hex B2 56 82 0 34 1B 1E 14B 25 34
Octal 262 126 202 0 64 33 36 513 45 64
Binary 10110010 1010110 10000010 0 110100 11011 11110 101001011 100101 110100

Color Harmonies of #B25682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25682

Black with #B25682

Text Example


Text Example

White with #B25682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25682; }

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

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

background-color css

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

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

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

border-color css

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

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

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