Html Css Color HEX #B35EAD Violet Blue

📋 copy color: '#B35EAD'

red 179 ◦ green 94 ◦ blue 173

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

Shades of Violet Blue #B35EAD

Tints of Violet Blue #B35EAD

RGB

 RED value IS 179 (70.31% from 255) = 40.13%

 GREEN value IS 94 (37.11% from 255) = 21.08%

 BLUE value IS 173 (67.97% from 255) = 38.79%

R = 40.13%
G = 21.08%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B35EAD (or 0xB35EAD) is known color: Violet Blue. HEX triplet: B3, 5E and AD. RGB value is (179,94,173). Sum of RGB (Red+Green+Blue) = 179+94+173=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B35EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35EAD is #4CA152. Grayscale: #808080. Windows color (decimal): -5022035 or 11361971. OLE color: 11361971.

HSL color Cylindrical-coordinate representation of color #B35EAD: hue angle of 304.24º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B35EAD is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 94 173 -
CMYK 0 0.47 0.03 0.30
HSL 304.24º 0.36% 0.54% -
HSV(B) 304.24º 0.47% 0.7% -
XYZ 30.14 20.61 41.92 -
YUV 128.42 153.16 164.08 -
System Red Green Blue C M Y K H S L
Decimal 179 94 173 0 0.47 0.03 0.30 304.24 0.36 0.54
Hex B3 5E AD 0 2F 3 1E 130 24 36
Octal 263 136 255 0 57 3 36 460 44 66
Binary 10110011 1011110 10101101 0 101111 11 11110 100110000 100100 110110

Color Harmonies of #B35EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35EAD

Black with #B35EAD

Text Example


Text Example

White with #B35EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35EAD; }

 p { color: rgb(179,94,173); }

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

background-color css

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

 a { background-color: rgb(179,94,173); }

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

border-color css

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

 span { border-color: rgb(179,94,173); }

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