Html Css Color HEX #B25283 Royal Heath

📋 copy color: '#B25283'

red 178 ◦ green 82 ◦ blue 131

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

Shades of Royal Heath #B25283

Tints of Royal Heath #B25283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.5%

R = 45.52%
G = 20.97%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B25283 (or 0xB25283) is known color: Royal Heath. HEX triplet: B2, 52 and 83. RGB value is (178,82,131). Sum of RGB (Red+Green+Blue) = 178+82+131=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B25283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25283 is #4DAD7C. Grayscale: #747474. Windows color (decimal): -5090685 or 8606386. OLE color: 8606386.

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

Color convert

RGB 178 82 131 -
CMYK 0 0.54 0.26 0.30
HSL 329.38º 0.38% 0.51% -
HSV(B) 329.38º 0.54% 0.7% -
XYZ 25.47 17.14 23.44 -
YUV 116.29 136.3 172.02 -
System Red Green Blue C M Y K H S L
Decimal 178 82 131 0 0.54 0.26 0.30 329.38 0.38 0.51
Hex B2 52 83 0 36 1A 1E 149 26 33
Octal 262 122 203 0 66 32 36 511 46 63
Binary 10110010 1010010 10000011 0 110110 11010 11110 101001001 100110 110011

Color Harmonies of #B25283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25283

Black with #B25283

Text Example


Text Example

White with #B25283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25283; }

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

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

background-color css

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

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

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

border-color css

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

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

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