Html Css Color HEX #B35A9E Violet Blue

📋 copy color: '#B35A9E'

red 179 ◦ green 90 ◦ blue 158

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

Shades of Violet Blue #B35A9E

Tints of Violet Blue #B35A9E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.08%

 BLUE value IS 158 (62.11% from 255) = 37%

R = 41.92%
G = 21.08%
B = 37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B35A9E (or 0xB35A9E) is known color: Violet Blue. HEX triplet: B3, 5A and 9E. RGB value is (179,90,158). Sum of RGB (Red+Green+Blue) = 179+90+158=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35A9E is #4CA561. Grayscale: #7C7C7C. Windows color (decimal): -5023074 or 10377907. OLE color: 10377907.

HSL color Cylindrical-coordinate representation of color #B35A9E: hue angle of 314.16º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B35A9E is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 90 158 -
CMYK 0 0.50 0.12 0.30
HSL 314.16º 0.37% 0.53% -
HSV(B) 314.16º 0.5% 0.7% -
XYZ 28.42 19.36 34.59 -
YUV 124.36 146.99 166.97 -
System Red Green Blue C M Y K H S L
Decimal 179 90 158 0 0.50 0.12 0.30 314.16 0.37 0.53
Hex B3 5A 9E 0 32 C 1E 13A 25 35
Octal 263 132 236 0 62 14 36 472 45 65
Binary 10110011 1011010 10011110 0 110010 1100 11110 100111010 100101 110101

Color Harmonies of #B35A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35A9E

Black with #B35A9E

Text Example


Text Example

White with #B35A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35A9E; }

 p { color: rgb(179,90,158); }

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

background-color css

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

 a { background-color: rgb(179,90,158); }

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

border-color css

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

 span { border-color: rgb(179,90,158); }

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