Html Css Color HEX #B05885 Royal Heath

📋 copy color: '#B05885'

red 176 ◦ green 88 ◦ blue 133

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

Shades of Royal Heath #B05885

Tints of Royal Heath #B05885

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.17%

 BLUE value IS 133 (52.34% from 255) = 33.5%

R = 44.33%
G = 22.17%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B05885 (or 0xB05885) is known color: Royal Heath. HEX triplet: B0, 58 and 85. RGB value is (176,88,133). Sum of RGB (Red+Green+Blue) = 176+88+133=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B05885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05885 is #4FA77A. Grayscale: #777777. Windows color (decimal): -5220219 or 8738992. OLE color: 8738992.

HSL color Cylindrical-coordinate representation of color #B05885: hue angle of 329.32º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B05885 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 88 133 -
CMYK 0 0.50 0.24 0.31
HSL 329.32º 0.36% 0.52% -
HSV(B) 329.32º 0.5% 0.69% -
XYZ 25.63 17.9 24.3 -
YUV 119.44 135.65 168.34 -
System Red Green Blue C M Y K H S L
Decimal 176 88 133 0 0.50 0.24 0.31 329.32 0.36 0.52
Hex B0 58 85 0 32 18 1F 149 24 34
Octal 260 130 205 0 62 30 37 511 44 64
Binary 10110000 1011000 10000101 0 110010 11000 11111 101001001 100100 110100

Color Harmonies of #B05885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05885

Black with #B05885

Text Example


Text Example

White with #B05885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05885; }

 p { color: rgb(176,88,133); }

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

background-color css

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

 a { background-color: rgb(176,88,133); }

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

border-color css

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

 span { border-color: rgb(176,88,133); }

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