Html Css Color HEX #B355A2 Violet Blue

📋 copy color: '#B355A2'

red 179 ◦ green 85 ◦ blue 162

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

Shades of Violet Blue #B355A2

Tints of Violet Blue #B355A2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.95%

 BLUE value IS 162 (63.67% from 255) = 38.03%

R = 42.02%
G = 19.95%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B355A2 (or 0xB355A2) is known color: Violet Blue. HEX triplet: B3, 55 and A2. RGB value is (179,85,162). Sum of RGB (Red+Green+Blue) = 179+85+162=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B355A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B355A2 is #4CAA5D. Grayscale: #797979. Windows color (decimal): -5024350 or 10638771. OLE color: 10638771.

HSL color Cylindrical-coordinate representation of color #B355A2: hue angle of 310.85º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B355A2 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 85 162 -
CMYK 0 0.53 0.09 0.30
HSL 310.85º 0.38% 0.52% -
HSV(B) 310.85º 0.53% 0.7% -
XYZ 28.36 18.69 36.3 -
YUV 121.88 150.64 168.74 -
System Red Green Blue C M Y K H S L
Decimal 179 85 162 0 0.53 0.09 0.30 310.85 0.38 0.52
Hex B3 55 A2 0 35 9 1E 137 26 34
Octal 263 125 242 0 65 11 36 467 46 64
Binary 10110011 1010101 10100010 0 110101 1001 11110 100110111 100110 110100

Color Harmonies of #B355A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B355A2

Black with #B355A2

Text Example


Text Example

White with #B355A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B355A2; }

 p { color: rgb(179,85,162); }

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

background-color css

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

 a { background-color: rgb(179,85,162); }

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

border-color css

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

 span { border-color: rgb(179,85,162); }

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