Html Css Color HEX #B048A8 Violet Blue

📋 copy color: '#B048A8'

red 176 ◦ green 72 ◦ blue 168

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

Shades of Violet Blue #B048A8

Tints of Violet Blue #B048A8

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.31%

 BLUE value IS 168 (66.02% from 255) = 40.38%

R = 42.31%
G = 17.31%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B048A8 (or 0xB048A8) is known color: Violet Blue. HEX triplet: B0, 48 and A8. RGB value is (176,72,168). Sum of RGB (Red+Green+Blue) = 176+72+168=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B048A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B048A8 is #4FB757. Grayscale: #717171. Windows color (decimal): -5224280 or 11028656. OLE color: 11028656.

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

Color convert

RGB 176 72 168 -
CMYK 0 0.59 0.05 0.31
HSL 304.62º 0.42% 0.49% -
HSV(B) 304.62º 0.59% 0.69% -
XYZ 27.29 16.69 38.83 -
YUV 114.04 158.46 172.19 -
System Red Green Blue C M Y K H S L
Decimal 176 72 168 0 0.59 0.05 0.31 304.62 0.42 0.49
Hex B0 48 A8 0 3B 5 1F 131 2A 31
Octal 260 110 250 0 73 5 37 461 52 61
Binary 10110000 1001000 10101000 0 111011 101 11111 100110001 101010 110001

Color Harmonies of #B048A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B048A8

Black with #B048A8

Text Example


Text Example

White with #B048A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B048A8; }

 p { color: rgb(176,72,168); }

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

background-color css

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

 a { background-color: rgb(176,72,168); }

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

border-color css

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

 span { border-color: rgb(176,72,168); }

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