Html Css Color HEX #B241A1 Violet Blue

📋 copy color: '#B241A1'

red 178 ◦ green 65 ◦ blue 161

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

Shades of Violet Blue #B241A1

Tints of Violet Blue #B241A1

RGB

 RED value IS 178 (69.92% from 255) = 44.06%

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

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

R = 44.06%
G = 16.09%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B241A1 (or 0xB241A1) is known color: Violet Blue. HEX triplet: B2, 41 and A1. RGB value is (178,65,161). Sum of RGB (Red+Green+Blue) = 178+65+161=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B241A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B241A1 is #4DBE5E. Grayscale: #6D6D6D. Windows color (decimal): -5095007 or 10568114. OLE color: 10568114.

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

Color convert

RGB 178 65 161 -
CMYK 0 0.63 0.10 0.30
HSL 309.03º 0.47% 0.48% -
HSV(B) 309.03º 0.63% 0.7% -
XYZ 26.68 15.82 35.37 -
YUV 109.73 156.94 176.69 -
System Red Green Blue C M Y K H S L
Decimal 178 65 161 0 0.63 0.10 0.30 309.03 0.47 0.48
Hex B2 41 A1 0 3F A 1E 135 2F 30
Octal 262 101 241 0 77 12 36 465 57 60
Binary 10110010 1000001 10100001 0 111111 1010 11110 100110101 101111 110000

Color Harmonies of #B241A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B241A1

Black with #B241A1

Text Example


Text Example

White with #B241A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B241A1; }

 p { color: rgb(178,65,161); }

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

background-color css

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

 a { background-color: rgb(178,65,161); }

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

border-color css

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

 span { border-color: rgb(178,65,161); }

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