Html Css Color HEX #B05998 Violet Blue

📋 copy color: '#B05998'

red 176 ◦ green 89 ◦ blue 152

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

Shades of Violet Blue #B05998

Tints of Violet Blue #B05998

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.34%

 BLUE value IS 152 (59.77% from 255) = 36.45%

R = 42.21%
G = 21.34%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B05998 (or 0xB05998) is known color: Violet Blue. HEX triplet: B0, 59 and 98. RGB value is (176,89,152). Sum of RGB (Red+Green+Blue) = 176+89+152=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B05998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05998 is #4FA667. Grayscale: #7A7A7A. Windows color (decimal): -5219944 or 9984432. OLE color: 9984432.

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

Color convert

RGB 176 89 152 -
CMYK 0 0.49 0.14 0.31
HSL 316.55º 0.36% 0.52% -
HSV(B) 316.55º 0.49% 0.69% -
XYZ 27.14 18.64 31.87 -
YUV 122.2 144.82 166.38 -
System Red Green Blue C M Y K H S L
Decimal 176 89 152 0 0.49 0.14 0.31 316.55 0.36 0.52
Hex B0 59 98 0 31 E 1F 13D 24 34
Octal 260 131 230 0 61 16 37 475 44 64
Binary 10110000 1011001 10011000 0 110001 1110 11111 100111101 100100 110100

Color Harmonies of #B05998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05998

Black with #B05998

Text Example


Text Example

White with #B05998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05998; }

 p { color: rgb(176,89,152); }

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

background-color css

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

 a { background-color: rgb(176,89,152); }

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

border-color css

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

 span { border-color: rgb(176,89,152); }

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