Html Css Color HEX #B357A1 Violet Blue

📋 copy color: '#B357A1'

red 179 ◦ green 87 ◦ blue 161

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

Shades of Violet Blue #B357A1

Tints of Violet Blue #B357A1

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.37%

 BLUE value IS 161 (63.28% from 255) = 37.7%

R = 41.92%
G = 20.37%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B357A1 (or 0xB357A1) is known color: Violet Blue. HEX triplet: B3, 57 and A1. RGB value is (179,87,161). Sum of RGB (Red+Green+Blue) = 179+87+161=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B357A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B357A1 is #4CA85E. Grayscale: #7A7A7A. Windows color (decimal): -5023839 or 10573747. OLE color: 10573747.

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

Color convert

RGB 179 87 161 -
CMYK 0 0.51 0.10 0.30
HSL 311.74º 0.38% 0.52% -
HSV(B) 311.74º 0.51% 0.7% -
XYZ 28.43 18.97 35.88 -
YUV 122.94 149.48 167.98 -
System Red Green Blue C M Y K H S L
Decimal 179 87 161 0 0.51 0.10 0.30 311.74 0.38 0.52
Hex B3 57 A1 0 33 A 1E 138 26 34
Octal 263 127 241 0 63 12 36 470 46 64
Binary 10110011 1010111 10100001 0 110011 1010 11110 100111000 100110 110100

Color Harmonies of #B357A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B357A1

Black with #B357A1

Text Example


Text Example

White with #B357A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B357A1; }

 p { color: rgb(179,87,161); }

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

background-color css

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

 a { background-color: rgb(179,87,161); }

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

border-color css

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

 span { border-color: rgb(179,87,161); }

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