Html Css Color HEX #B351A0 Violet Blue

📋 copy color: '#B351A0'

red 179 ◦ green 81 ◦ blue 160

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

Shades of Violet Blue #B351A0

Tints of Violet Blue #B351A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.1%

R = 42.62%
G = 19.29%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B351A0 (or 0xB351A0) is known color: Violet Blue. HEX triplet: B3, 51 and A0. RGB value is (179,81,160). Sum of RGB (Red+Green+Blue) = 179+81+160=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B351A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B351A0 is #4CAE5F. Grayscale: #777777. Windows color (decimal): -5025376 or 10506675. OLE color: 10506675.

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

Color convert

RGB 179 81 160 -
CMYK 0 0.55 0.11 0.30
HSL 311.63º 0.39% 0.51% -
HSV(B) 311.63º 0.55% 0.7% -
XYZ 27.88 18.01 35.26 -
YUV 119.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 179 81 160 0 0.55 0.11 0.30 311.63 0.39 0.51
Hex B3 51 A0 0 37 B 1E 138 27 33
Octal 263 121 240 0 67 13 36 470 47 63
Binary 10110011 1010001 10100000 0 110111 1011 11110 100111000 100111 110011

Color Harmonies of #B351A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B351A0

Black with #B351A0

Text Example


Text Example

White with #B351A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B351A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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