Html Css Color HEX #B05380 Royal Heath

📋 copy color: '#B05380'

red 176 ◦ green 83 ◦ blue 128

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

Shades of Royal Heath #B05380

Tints of Royal Heath #B05380

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.45%

 BLUE value IS 128 (50.39% from 255) = 33.07%

R = 45.48%
G = 21.45%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B05380 (or 0xB05380) is known color: Royal Heath. HEX triplet: B0, 53 and 80. RGB value is (176,83,128). Sum of RGB (Red+Green+Blue) = 176+83+128=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B05380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05380 is #4FAC7F. Grayscale: #737373. Windows color (decimal): -5221504 or 8410032. OLE color: 8410032.

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

Color convert

RGB 176 83 128 -
CMYK 0 0.53 0.27 0.31
HSL 330.97º 0.37% 0.51% -
HSV(B) 330.97º 0.53% 0.69% -
XYZ 24.89 16.98 22.39 -
YUV 115.94 134.81 170.84 -
System Red Green Blue C M Y K H S L
Decimal 176 83 128 0 0.53 0.27 0.31 330.97 0.37 0.51
Hex B0 53 80 0 35 1B 1F 14B 25 33
Octal 260 123 200 0 65 33 37 513 45 63
Binary 10110000 1010011 10000000 0 110101 11011 11111 101001011 100101 110011

Color Harmonies of #B05380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05380

Black with #B05380

Text Example


Text Example

White with #B05380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05380; }

 p { color: rgb(176,83,128); }

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

background-color css

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

 a { background-color: rgb(176,83,128); }

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

border-color css

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

 span { border-color: rgb(176,83,128); }

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