Html Css Color HEX #B05DAE Violet Blue

📋 copy color: '#B05DAE'

red 176 ◦ green 93 ◦ blue 174

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

Shades of Violet Blue #B05DAE

Tints of Violet Blue #B05DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.28%

R = 39.73%
G = 20.99%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B05DAE (or 0xB05DAE) is known color: Violet Blue. HEX triplet: B0, 5D and AE. RGB value is (176,93,174). Sum of RGB (Red+Green+Blue) = 176+93+174=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B05DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05DAE is #4FA251. Grayscale: #7E7E7E. Windows color (decimal): -5218898 or 11427248. OLE color: 11427248.

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

Color convert

RGB 176 93 174 -
CMYK 0 0.47 0.01 0.31
HSL 301.45º 0.34% 0.53% -
HSV(B) 301.45º 0.47% 0.69% -
XYZ 29.46 20.11 42.37 -
YUV 127.05 154.5 162.91 -
System Red Green Blue C M Y K H S L
Decimal 176 93 174 0 0.47 0.01 0.31 301.45 0.34 0.53
Hex B0 5D AE 0 2F 1 1F 12D 22 35
Octal 260 135 256 0 57 1 37 455 42 65
Binary 10110000 1011101 10101110 0 101111 1 11111 100101101 100010 110101

Color Harmonies of #B05DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05DAE

Black with #B05DAE

Text Example


Text Example

White with #B05DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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