Html Css Color HEX #B046A5 Violet Blue

📋 copy color: '#B046A5'

red 176 ◦ green 70 ◦ blue 165

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

Shades of Violet Blue #B046A5

Tints of Violet Blue #B046A5

RGB

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

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

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

R = 42.82%
G = 17.03%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B046A5 (or 0xB046A5) is known color: Violet Blue. HEX triplet: B0, 46 and A5. RGB value is (176,70,165). Sum of RGB (Red+Green+Blue) = 176+70+165=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B046A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B046A5 is #4FB95A. Grayscale: #707070. Windows color (decimal): -5224795 or 10831536. OLE color: 10831536.

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

Color convert

RGB 176 70 165 -
CMYK 0 0.60 0.06 0.31
HSL 306.23º 0.43% 0.48% -
HSV(B) 306.23º 0.6% 0.69% -
XYZ 26.89 16.33 37.33 -
YUV 112.52 157.62 173.28 -
System Red Green Blue C M Y K H S L
Decimal 176 70 165 0 0.60 0.06 0.31 306.23 0.43 0.48
Hex B0 46 A5 0 3C 6 1F 132 2B 30
Octal 260 106 245 0 74 6 37 462 53 60
Binary 10110000 1000110 10100101 0 111100 110 11111 100110010 101011 110000

Color Harmonies of #B046A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B046A5

Black with #B046A5

Text Example


Text Example

White with #B046A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B046A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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