Html Css Color HEX #B04DA1 Violet Blue

📋 copy color: '#B04DA1'

red 176 ◦ green 77 ◦ blue 161

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

Shades of Violet Blue #B04DA1

Tints of Violet Blue #B04DA1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.6%

 BLUE value IS 161 (63.28% from 255) = 38.89%

R = 42.51%
G = 18.6%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B04DA1 (or 0xB04DA1) is known color: Violet Blue. HEX triplet: B0, 4D and A1. RGB value is (176,77,161). Sum of RGB (Red+Green+Blue) = 176+77+161=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B04DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04DA1 is #4FB25E. Grayscale: #737373. Windows color (decimal): -5223007 or 10571184. OLE color: 10571184.

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

Color convert

RGB 176 77 161 -
CMYK 0 0.56 0.09 0.31
HSL 309.09º 0.39% 0.5% -
HSV(B) 309.09º 0.56% 0.69% -
XYZ 26.99 17.11 35.6 -
YUV 116.18 153.3 170.67 -
System Red Green Blue C M Y K H S L
Decimal 176 77 161 0 0.56 0.09 0.31 309.09 0.39 0.5
Hex B0 4D A1 0 38 9 1F 135 27 32
Octal 260 115 241 0 70 11 37 465 47 62
Binary 10110000 1001101 10100001 0 111000 1001 11111 100110101 100111 110010

Color Harmonies of #B04DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04DA1

Black with #B04DA1

Text Example


Text Example

White with #B04DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04DA1; }

 p { color: rgb(176,77,161); }

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

background-color css

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

 a { background-color: rgb(176,77,161); }

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

border-color css

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

 span { border-color: rgb(176,77,161); }

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