Html Css Color HEX #B355AA Violet Blue

📋 copy color: '#B355AA'

red 179 ◦ green 85 ◦ blue 170

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

Shades of Violet Blue #B355AA

Tints of Violet Blue #B355AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.17%

R = 41.24%
G = 19.59%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B355AA (or 0xB355AA) is known color: Violet Blue. HEX triplet: B3, 55 and AA. RGB value is (179,85,170). Sum of RGB (Red+Green+Blue) = 179+85+170=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B355AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B355AA is #4CAA55. Grayscale: #7A7A7A. Windows color (decimal): -5024342 or 11163059. OLE color: 11163059.

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

Color convert

RGB 179 85 170 -
CMYK 0 0.53 0.05 0.30
HSL 305.74º 0.38% 0.52% -
HSV(B) 305.74º 0.53% 0.7% -
XYZ 29.09 18.98 40.16 -
YUV 122.8 154.64 168.09 -
System Red Green Blue C M Y K H S L
Decimal 179 85 170 0 0.53 0.05 0.30 305.74 0.38 0.52
Hex B3 55 AA 0 35 5 1E 132 26 34
Octal 263 125 252 0 65 5 36 462 46 64
Binary 10110011 1010101 10101010 0 110101 101 11110 100110010 100110 110100

Color Harmonies of #B355AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B355AA

Black with #B355AA

Text Example


Text Example

White with #B355AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B355AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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