Html Css Color HEX #B351A1 Violet Blue

📋 copy color: '#B351A1'

red 179 ◦ green 81 ◦ blue 161

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

Shades of Violet Blue #B351A1

Tints of Violet Blue #B351A1

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.24%

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

R = 42.52%
G = 19.24%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B351A1 (or 0xB351A1) is known color: Violet Blue. HEX triplet: B3, 51 and A1. RGB value is (179,81,161). Sum of RGB (Red+Green+Blue) = 179+81+161=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B351A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B351A1 is #4CAE5E. Grayscale: #777777. Windows color (decimal): -5025375 or 10572211. OLE color: 10572211.

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

Color convert

RGB 179 81 161 -
CMYK 0 0.55 0.10 0.30
HSL 311.02º 0.39% 0.51% -
HSV(B) 311.02º 0.55% 0.7% -
XYZ 27.97 18.04 35.73 -
YUV 119.42 151.47 170.5 -
System Red Green Blue C M Y K H S L
Decimal 179 81 161 0 0.55 0.10 0.30 311.02 0.39 0.51
Hex B3 51 A1 0 37 A 1E 137 27 33
Octal 263 121 241 0 67 12 36 467 47 63
Binary 10110011 1010001 10100001 0 110111 1010 11110 100110111 100111 110011

Color Harmonies of #B351A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B351A1

Black with #B351A1

Text Example


Text Example

White with #B351A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B351A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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