Html Css Color HEX #B341A5 Violet Blue

📋 copy color: '#B341A5'

red 179 ◦ green 65 ◦ blue 165

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

Shades of Violet Blue #B341A5

Tints of Violet Blue #B341A5

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.89%

 BLUE value IS 165 (64.84% from 255) = 40.34%

R = 43.77%
G = 15.89%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B341A5 (or 0xB341A5) is known color: Violet Blue. HEX triplet: B3, 41 and A5. RGB value is (179,65,165). Sum of RGB (Red+Green+Blue) = 179+65+165=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B341A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B341A5 is #4CBE5A. Grayscale: #6E6E6E. Windows color (decimal): -5029467 or 10830259. OLE color: 10830259.

HSL color Cylindrical-coordinate representation of color #B341A5: hue angle of 307.37º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B341A5 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 65 165 -
CMYK 0 0.64 0.08 0.30
HSL 307.37º 0.47% 0.48% -
HSV(B) 307.37º 0.64% 0.7% -
XYZ 27.27 16.08 37.26 -
YUV 110.49 158.77 176.87 -
System Red Green Blue C M Y K H S L
Decimal 179 65 165 0 0.64 0.08 0.30 307.37 0.47 0.48
Hex B3 41 A5 0 40 8 1E 133 2F 30
Octal 263 101 245 0 100 10 36 463 57 60
Binary 10110011 1000001 10100101 0 1000000 1000 11110 100110011 101111 110000

Color Harmonies of #B341A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B341A5

Black with #B341A5

Text Example


Text Example

White with #B341A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B341A5; }

 p { color: rgb(179,65,165); }

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

background-color css

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

 a { background-color: rgb(179,65,165); }

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

border-color css

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

 span { border-color: rgb(179,65,165); }

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