Html Css Color HEX #B04FA6 Violet Blue

📋 copy color: '#B04FA6'

red 176 ◦ green 79 ◦ blue 166

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

Shades of Violet Blue #B04FA6

Tints of Violet Blue #B04FA6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.76%

 BLUE value IS 166 (65.23% from 255) = 39.43%

R = 41.81%
G = 18.76%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B04FA6 (or 0xB04FA6) is known color: Violet Blue. HEX triplet: B0, 4F and A6. RGB value is (176,79,166). Sum of RGB (Red+Green+Blue) = 176+79+166=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B04FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04FA6 is #4FB059. Grayscale: #757575. Windows color (decimal): -5222490 or 10899376. OLE color: 10899376.

HSL color Cylindrical-coordinate representation of color #B04FA6: hue angle of 306.19º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B04FA6 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 79 166 -
CMYK 0 0.55 0.06 0.31
HSL 306.19º 0.38% 0.5% -
HSV(B) 306.19º 0.55% 0.69% -
XYZ 27.58 17.58 38.01 -
YUV 117.92 155.14 169.43 -
System Red Green Blue C M Y K H S L
Decimal 176 79 166 0 0.55 0.06 0.31 306.19 0.38 0.5
Hex B0 4F A6 0 37 6 1F 132 26 32
Octal 260 117 246 0 67 6 37 462 46 62
Binary 10110000 1001111 10100110 0 110111 110 11111 100110010 100110 110010

Color Harmonies of #B04FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04FA6

Black with #B04FA6

Text Example


Text Example

White with #B04FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04FA6; }

 p { color: rgb(176,79,166); }

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

background-color css

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

 a { background-color: rgb(176,79,166); }

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

border-color css

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

 span { border-color: rgb(176,79,166); }

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