Html Css Color HEX #B046A4 Violet Blue

📋 copy color: '#B046A4'

red 176 ◦ green 70 ◦ blue 164

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

Shades of Violet Blue #B046A4

Tints of Violet Blue #B046A4

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.07%

 BLUE value IS 164 (64.45% from 255) = 40%

R = 42.93%
G = 17.07%
B = 40%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B046A4 (or 0xB046A4) is known color: Violet Blue. HEX triplet: B0, 46 and A4. RGB value is (176,70,164). Sum of RGB (Red+Green+Blue) = 176+70+164=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 70 (27.73% from 255 or 17.07% from 410); Blue value is 164 (64.45% from 255 or 40% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B046A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B046A4 is #4FB95B. Grayscale: #707070. Windows color (decimal): -5224796 or 10766000. OLE color: 10766000.

HSL color Cylindrical-coordinate representation of color #B046A4: hue angle of 306.79º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B046A4 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 70 164 -
CMYK 0 0.60 0.07 0.31
HSL 306.79º 0.43% 0.48% -
HSV(B) 306.79º 0.6% 0.69% -
XYZ 26.8 16.29 36.85 -
YUV 112.41 157.12 173.36 -
System Red Green Blue C M Y K H S L
Decimal 176 70 164 0 0.60 0.07 0.31 306.79 0.43 0.48
Hex B0 46 A4 0 3C 7 1F 133 2B 30
Octal 260 106 244 0 74 7 37 463 53 60
Binary 10110000 1000110 10100100 0 111100 111 11111 100110011 101011 110000

Color Harmonies of #B046A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B046A4

Black with #B046A4

Text Example


Text Example

White with #B046A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B046A4; }

 p { color: rgb(176,70,164); }

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

background-color css

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

 a { background-color: rgb(176,70,164); }

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

border-color css

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

 span { border-color: rgb(176,70,164); }

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