Html Css Color HEX #B35EA4 Violet Blue

📋 copy color: '#B35EA4'

red 179 ◦ green 94 ◦ blue 164

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

Shades of Violet Blue #B35EA4

Tints of Violet Blue #B35EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.53%

R = 40.96%
G = 21.51%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B35EA4 (or 0xB35EA4) is known color: Violet Blue. HEX triplet: B3, 5E and A4. RGB value is (179,94,164). Sum of RGB (Red+Green+Blue) = 179+94+164=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B35EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35EA4 is #4CA15B. Grayscale: #7F7F7F. Windows color (decimal): -5022044 or 10772147. OLE color: 10772147.

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

Color convert

RGB 179 94 164 -
CMYK 0 0.47 0.08 0.30
HSL 310.59º 0.36% 0.54% -
HSV(B) 310.59º 0.47% 0.7% -
XYZ 29.29 20.27 37.49 -
YUV 127.4 148.66 164.81 -
System Red Green Blue C M Y K H S L
Decimal 179 94 164 0 0.47 0.08 0.30 310.59 0.36 0.54
Hex B3 5E A4 0 2F 8 1E 137 24 36
Octal 263 136 244 0 57 10 36 467 44 66
Binary 10110011 1011110 10100100 0 101111 1000 11110 100110111 100100 110110

Color Harmonies of #B35EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35EA4

Black with #B35EA4

Text Example


Text Example

White with #B35EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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