Html Css Color HEX #B048A2 Violet Blue

📋 copy color: '#B048A2'

red 176 ◦ green 72 ◦ blue 162

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

Shades of Violet Blue #B048A2

Tints of Violet Blue #B048A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.51%

R = 42.93%
G = 17.56%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B048A2 (or 0xB048A2) is known color: Violet Blue. HEX triplet: B0, 48 and A2. RGB value is (176,72,162). Sum of RGB (Red+Green+Blue) = 176+72+162=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B048A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B048A2 is #4FB75D. Grayscale: #717171. Windows color (decimal): -5224286 or 10635440. OLE color: 10635440.

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

Color convert

RGB 176 72 162 -
CMYK 0 0.59 0.08 0.31
HSL 308.08º 0.42% 0.49% -
HSV(B) 308.08º 0.59% 0.69% -
XYZ 26.74 16.47 35.95 -
YUV 113.36 155.46 172.68 -
System Red Green Blue C M Y K H S L
Decimal 176 72 162 0 0.59 0.08 0.31 308.08 0.42 0.49
Hex B0 48 A2 0 3B 8 1F 134 2A 31
Octal 260 110 242 0 73 10 37 464 52 61
Binary 10110000 1001000 10100010 0 111011 1000 11111 100110100 101010 110001

Color Harmonies of #B048A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B048A2

Black with #B048A2

Text Example


Text Example

White with #B048A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B048A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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