Html Css Color HEX #B35E9A Violet Blue

📋 copy color: '#B35E9A'

red 179 ◦ green 94 ◦ blue 154

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

Shades of Violet Blue #B35E9A

Tints of Violet Blue #B35E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.07%

R = 41.92%
G = 22.01%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B35E9A (or 0xB35E9A) is known color: Violet Blue. HEX triplet: B3, 5E and 9A. RGB value is (179,94,154). Sum of RGB (Red+Green+Blue) = 179+94+154=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35E9A is #4CA165. Grayscale: #7E7E7E. Windows color (decimal): -5022054 or 10116787. OLE color: 10116787.

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

Color convert

RGB 179 94 154 -
CMYK 0 0.47 0.14 0.30
HSL 317.65º 0.36% 0.54% -
HSV(B) 317.65º 0.47% 0.7% -
XYZ 28.43 19.92 32.92 -
YUV 126.26 143.66 165.62 -
System Red Green Blue C M Y K H S L
Decimal 179 94 154 0 0.47 0.14 0.30 317.65 0.36 0.54
Hex B3 5E 9A 0 2F E 1E 13E 24 36
Octal 263 136 232 0 57 16 36 476 44 66
Binary 10110011 1011110 10011010 0 101111 1110 11110 100111110 100100 110110

Color Harmonies of #B35E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35E9A

Black with #B35E9A

Text Example


Text Example

White with #B35E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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