Html Css Color HEX #B05384 Royal Heath

📋 copy color: '#B05384'

red 176 ◦ green 83 ◦ blue 132

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

Shades of Royal Heath #B05384

Tints of Royal Heath #B05384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.76%

R = 45.01%
G = 21.23%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B05384 (or 0xB05384) is known color: Royal Heath. HEX triplet: B0, 53 and 84. RGB value is (176,83,132). Sum of RGB (Red+Green+Blue) = 176+83+132=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B05384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05384 is #4FAC7B. Grayscale: #747474. Windows color (decimal): -5221500 or 8672176. OLE color: 8672176.

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

Color convert

RGB 176 83 132 -
CMYK 0 0.53 0.25 0.31
HSL 328.39º 0.37% 0.51% -
HSV(B) 328.39º 0.53% 0.69% -
XYZ 25.16 17.08 23.8 -
YUV 116.39 136.81 170.52 -
System Red Green Blue C M Y K H S L
Decimal 176 83 132 0 0.53 0.25 0.31 328.39 0.37 0.51
Hex B0 53 84 0 35 19 1F 148 25 33
Octal 260 123 204 0 65 31 37 510 45 63
Binary 10110000 1010011 10000100 0 110101 11001 11111 101001000 100101 110011

Color Harmonies of #B05384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05384

Black with #B05384

Text Example


Text Example

White with #B05384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05384; }

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

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

background-color css

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

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

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

border-color css

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

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

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