Html Css Color HEX #B25082 Royal Heath

📋 copy color: '#B25082'

red 178 ◦ green 80 ◦ blue 130

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

Shades of Royal Heath #B25082

Tints of Royal Heath #B25082

RGB

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

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

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

R = 45.88%
G = 20.62%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B25082 (or 0xB25082) is known color: Royal Heath. HEX triplet: B2, 50 and 82. RGB value is (178,80,130). Sum of RGB (Red+Green+Blue) = 178+80+130=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B25082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25082 is #4DAF7D. Grayscale: #727272. Windows color (decimal): -5091198 or 8540338. OLE color: 8540338.

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

Color convert

RGB 178 80 130 -
CMYK 0 0.55 0.27 0.30
HSL 329.39º 0.39% 0.51% -
HSV(B) 329.39º 0.55% 0.7% -
XYZ 25.26 16.81 23.03 -
YUV 115 136.47 172.93 -
System Red Green Blue C M Y K H S L
Decimal 178 80 130 0 0.55 0.27 0.30 329.39 0.39 0.51
Hex B2 50 82 0 37 1B 1E 149 27 33
Octal 262 120 202 0 67 33 36 511 47 63
Binary 10110010 1010000 10000010 0 110111 11011 11110 101001001 100111 110011

Color Harmonies of #B25082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25082

Black with #B25082

Text Example


Text Example

White with #B25082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25082; }

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

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

background-color css

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

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

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

border-color css

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

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

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