Html Css Color HEX #B05898 Violet Blue

📋 copy color: '#B05898'

red 176 ◦ green 88 ◦ blue 152

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

Shades of Violet Blue #B05898

Tints of Violet Blue #B05898

RGB

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

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

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

R = 42.31%
G = 21.15%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B05898 (or 0xB05898) is known color: Violet Blue. HEX triplet: B0, 58 and 98. RGB value is (176,88,152). Sum of RGB (Red+Green+Blue) = 176+88+152=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B05898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05898 is #4FA767. Grayscale: #797979. Windows color (decimal): -5220200 or 9984176. OLE color: 9984176.

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

Color convert

RGB 176 88 152 -
CMYK 0 0.50 0.14 0.31
HSL 316.36º 0.36% 0.52% -
HSV(B) 316.36º 0.5% 0.69% -
XYZ 27.06 18.48 31.85 -
YUV 121.61 145.15 166.8 -
System Red Green Blue C M Y K H S L
Decimal 176 88 152 0 0.50 0.14 0.31 316.36 0.36 0.52
Hex B0 58 98 0 32 E 1F 13C 24 34
Octal 260 130 230 0 62 16 37 474 44 64
Binary 10110000 1011000 10011000 0 110010 1110 11111 100111100 100100 110100

Color Harmonies of #B05898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05898

Black with #B05898

Text Example


Text Example

White with #B05898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05898; }

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

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

background-color css

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

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

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

border-color css

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

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

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