Html Css Color HEX #B048A5 Violet Blue

📋 copy color: '#B048A5'

red 176 ◦ green 72 ◦ blue 165

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

Shades of Violet Blue #B048A5

Tints of Violet Blue #B048A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.95%

R = 42.62%
G = 17.43%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B048A5 (or 0xB048A5) is known color: Violet Blue. HEX triplet: B0, 48 and A5. RGB value is (176,72,165). Sum of RGB (Red+Green+Blue) = 176+72+165=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B048A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B048A5 is #4FB75A. Grayscale: #717171. Windows color (decimal): -5224283 or 10832048. OLE color: 10832048.

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

Color convert

RGB 176 72 165 -
CMYK 0 0.59 0.06 0.31
HSL 306.35º 0.42% 0.49% -
HSV(B) 306.35º 0.59% 0.69% -
XYZ 27.01 16.58 37.37 -
YUV 113.7 156.96 172.44 -
System Red Green Blue C M Y K H S L
Decimal 176 72 165 0 0.59 0.06 0.31 306.35 0.42 0.49
Hex B0 48 A5 0 3B 6 1F 132 2A 31
Octal 260 110 245 0 73 6 37 462 52 61
Binary 10110000 1001000 10100101 0 111011 110 11111 100110010 101010 110001

Color Harmonies of #B048A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B048A5

Black with #B048A5

Text Example


Text Example

White with #B048A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B048A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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