Html Css Color HEX #B05DA2 Violet Blue

📋 copy color: '#B05DA2'

red 176 ◦ green 93 ◦ blue 162

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

Shades of Violet Blue #B05DA2

Tints of Violet Blue #B05DA2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.58%

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

R = 40.84%
G = 21.58%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B05DA2 (or 0xB05DA2) is known color: Violet Blue. HEX triplet: B0, 5D and A2. RGB value is (176,93,162). Sum of RGB (Red+Green+Blue) = 176+93+162=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B05DA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05DA2 is #4FA25D. Grayscale: #7D7D7D. Windows color (decimal): -5218910 or 10640816. OLE color: 10640816.

HSL color Cylindrical-coordinate representation of color #B05DA2: hue angle of 310.12º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B05DA2 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 93 162 -
CMYK 0 0.47 0.08 0.31
HSL 310.12º 0.34% 0.53% -
HSV(B) 310.12º 0.47% 0.69% -
XYZ 28.34 19.67 36.48 -
YUV 125.68 148.5 163.89 -
System Red Green Blue C M Y K H S L
Decimal 176 93 162 0 0.47 0.08 0.31 310.12 0.34 0.53
Hex B0 5D A2 0 2F 8 1F 136 22 35
Octal 260 135 242 0 57 10 37 466 42 65
Binary 10110000 1011101 10100010 0 101111 1000 11111 100110110 100010 110101

Color Harmonies of #B05DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05DA2

Black with #B05DA2

Text Example


Text Example

White with #B05DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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