Html Css Color HEX #B05498 Violet Blue

📋 copy color: '#B05498'

red 176 ◦ green 84 ◦ blue 152

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

Shades of Violet Blue #B05498

Tints of Violet Blue #B05498

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.39%

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

R = 42.72%
G = 20.39%
B = 36.89%

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

#B05498 (or 0xB05498) is known color: Violet Blue. HEX triplet: B0, 54 and 98. RGB value is (176,84,152). Sum of RGB (Red+Green+Blue) = 176+84+152=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B05498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05498 is #4FAB67. Grayscale: #777777. Windows color (decimal): -5221224 or 9983152. OLE color: 9983152.

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

Color convert

RGB 176 84 152 -
CMYK 0 0.52 0.14 0.31
HSL 315.65º 0.37% 0.51% -
HSV(B) 315.65º 0.52% 0.69% -
XYZ 26.74 17.84 31.74 -
YUV 119.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 176 84 152 0 0.52 0.14 0.31 315.65 0.37 0.51
Hex B0 54 98 0 34 E 1F 13C 25 33
Octal 260 124 230 0 64 16 37 474 45 63
Binary 10110000 1010100 10011000 0 110100 1110 11111 100111100 100101 110011

Color Harmonies of #B05498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05498

Black with #B05498

Text Example


Text Example

White with #B05498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05498; }

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

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

background-color css

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

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

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

border-color css

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

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

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