Html Css Color HEX #B05283 Royal Heath

📋 copy color: '#B05283'

red 176 ◦ green 82 ◦ blue 131

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

Shades of Royal Heath #B05283

Tints of Royal Heath #B05283

RGB

 RED value IS 176 (69.14% from 255) = 45.24%

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

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

R = 45.24%
G = 21.08%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B05283 (or 0xB05283) is known color: Royal Heath. HEX triplet: B0, 52 and 83. RGB value is (176,82,131). Sum of RGB (Red+Green+Blue) = 176+82+131=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B05283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05283 is #4FAD7C. Grayscale: #737373. Windows color (decimal): -5221757 or 8606384. OLE color: 8606384.

HSL color Cylindrical-coordinate representation of color #B05283: hue angle of 328.72º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05283 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 82 131 -
CMYK 0 0.53 0.26 0.31
HSL 328.72º 0.37% 0.51% -
HSV(B) 328.72º 0.53% 0.69% -
XYZ 25.02 16.9 23.42 -
YUV 115.69 136.64 171.02 -
System Red Green Blue C M Y K H S L
Decimal 176 82 131 0 0.53 0.26 0.31 328.72 0.37 0.51
Hex B0 52 83 0 35 1A 1F 149 25 33
Octal 260 122 203 0 65 32 37 511 45 63
Binary 10110000 1010010 10000011 0 110101 11010 11111 101001001 100101 110011

Color Harmonies of #B05283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05283

Black with #B05283

Text Example


Text Example

White with #B05283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05283; }

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

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

background-color css

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

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

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

border-color css

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

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

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