Html Css Color HEX #B24DA1 Violet Blue

📋 copy color: '#B24DA1'

red 178 ◦ green 77 ◦ blue 161

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

Shades of Violet Blue #B24DA1

Tints of Violet Blue #B24DA1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.51%

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

R = 42.79%
G = 18.51%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B24DA1 (or 0xB24DA1) is known color: Violet Blue. HEX triplet: B2, 4D and A1. RGB value is (178,77,161). Sum of RGB (Red+Green+Blue) = 178+77+161=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B24DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24DA1 is #4DB25E. Grayscale: #747474. Windows color (decimal): -5091935 or 10571186. OLE color: 10571186.

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

Color convert

RGB 178 77 161 -
CMYK 0 0.57 0.10 0.30
HSL 310.1º 0.4% 0.5% -
HSV(B) 310.1º 0.57% 0.7% -
XYZ 27.45 17.35 35.62 -
YUV 116.78 152.96 171.67 -
System Red Green Blue C M Y K H S L
Decimal 178 77 161 0 0.57 0.10 0.30 310.1 0.4 0.5
Hex B2 4D A1 0 39 A 1E 136 28 32
Octal 262 115 241 0 71 12 36 466 50 62
Binary 10110010 1001101 10100001 0 111001 1010 11110 100110110 101000 110010

Color Harmonies of #B24DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24DA1

Black with #B24DA1

Text Example


Text Example

White with #B24DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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