Html Css Color HEX #B05482 Royal Heath

📋 copy color: '#B05482'

red 176 ◦ green 84 ◦ blue 130

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

Shades of Royal Heath #B05482

Tints of Royal Heath #B05482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.54%

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

R = 45.13%
G = 21.54%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B05482 (or 0xB05482) is known color: Royal Heath. HEX triplet: B0, 54 and 82. RGB value is (176,84,130). Sum of RGB (Red+Green+Blue) = 176+84+130=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B05482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05482 is #4FAB7D. Grayscale: #747474. Windows color (decimal): -5221246 or 8541360. OLE color: 8541360.

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

Color convert

RGB 176 84 130 -
CMYK 0 0.52 0.26 0.31
HSL 330º 0.37% 0.51% -
HSV(B) 330º 0.52% 0.69% -
XYZ 25.1 17.18 23.11 -
YUV 116.75 135.48 170.26 -
System Red Green Blue C M Y K H S L
Decimal 176 84 130 0 0.52 0.26 0.31 330 0.37 0.51
Hex B0 54 82 0 34 1A 1F 14A 25 33
Octal 260 124 202 0 64 32 37 512 45 63
Binary 10110000 1010100 10000010 0 110100 11010 11111 101001010 100101 110011

Color Harmonies of #B05482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05482

Black with #B05482

Text Example


Text Example

White with #B05482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05482; }

 p { color: rgb(176,84,130); }

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

background-color css

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

 a { background-color: rgb(176,84,130); }

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

border-color css

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

 span { border-color: rgb(176,84,130); }

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