Html Css Color HEX #B05598 Violet Blue

📋 copy color: '#B05598'

red 176 ◦ green 85 ◦ blue 152

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

Shades of Violet Blue #B05598

Tints of Violet Blue #B05598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.58%

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

R = 42.62%
G = 20.58%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B05598 (or 0xB05598) is known color: Violet Blue. HEX triplet: B0, 55 and 98. RGB value is (176,85,152). Sum of RGB (Red+Green+Blue) = 176+85+152=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B05598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05598 is #4FAA67. Grayscale: #777777. Windows color (decimal): -5220968 or 9983408. OLE color: 9983408.

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

Color convert

RGB 176 85 152 -
CMYK 0 0.52 0.14 0.31
HSL 315.82º 0.37% 0.51% -
HSV(B) 315.82º 0.52% 0.69% -
XYZ 26.82 17.99 31.77 -
YUV 119.85 146.15 168.05 -
System Red Green Blue C M Y K H S L
Decimal 176 85 152 0 0.52 0.14 0.31 315.82 0.37 0.51
Hex B0 55 98 0 34 E 1F 13C 25 33
Octal 260 125 230 0 64 16 37 474 45 63
Binary 10110000 1010101 10011000 0 110100 1110 11111 100111100 100101 110011

Color Harmonies of #B05598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05598

Black with #B05598

Text Example


Text Example

White with #B05598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05598; }

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

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

background-color css

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

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

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

border-color css

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

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

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