Html Css Color HEX #B24BA2 Violet Blue

📋 copy color: '#B24BA2'

red 178 ◦ green 75 ◦ blue 162

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

Shades of Violet Blue #B24BA2

Tints of Violet Blue #B24BA2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.07%

 BLUE value IS 162 (63.67% from 255) = 39.04%

R = 42.89%
G = 18.07%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B24BA2 (or 0xB24BA2) is known color: Violet Blue. HEX triplet: B2, 4B and A2. RGB value is (178,75,162). Sum of RGB (Red+Green+Blue) = 178+75+162=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B24BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24BA2 is #4DB45D. Grayscale: #737373. Windows color (decimal): -5092446 or 10636210. OLE color: 10636210.

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

Color convert

RGB 178 75 162 -
CMYK 0 0.58 0.09 0.30
HSL 309.32º 0.41% 0.5% -
HSV(B) 309.32º 0.58% 0.7% -
XYZ 27.4 17.11 36.04 -
YUV 115.72 154.12 172.43 -
System Red Green Blue C M Y K H S L
Decimal 178 75 162 0 0.58 0.09 0.30 309.32 0.41 0.5
Hex B2 4B A2 0 3A 9 1E 135 29 32
Octal 262 113 242 0 72 11 36 465 51 62
Binary 10110010 1001011 10100010 0 111010 1001 11110 100110101 101001 110010

Color Harmonies of #B24BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24BA2

Black with #B24BA2

Text Example


Text Example

White with #B24BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24BA2; }

 p { color: rgb(178,75,162); }

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

background-color css

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

 a { background-color: rgb(178,75,162); }

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

border-color css

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

 span { border-color: rgb(178,75,162); }

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