Html Css Color HEX #B24DA8 Violet Blue

📋 copy color: '#B24DA8'

red 178 ◦ green 77 ◦ blue 168

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

Shades of Violet Blue #B24DA8

Tints of Violet Blue #B24DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.72%

R = 42.08%
G = 18.2%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B24DA8 (or 0xB24DA8) is known color: Violet Blue. HEX triplet: B2, 4D and A8. RGB value is (178,77,168). Sum of RGB (Red+Green+Blue) = 178+77+168=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B24DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24DA8 is #4DB257. Grayscale: #757575. Windows color (decimal): -5091928 or 11029938. OLE color: 11029938.

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

Color convert

RGB 178 77 168 -
CMYK 0 0.57 0.06 0.30
HSL 305.94º 0.4% 0.5% -
HSV(B) 305.94º 0.57% 0.7% -
XYZ 28.08 17.6 38.96 -
YUV 117.57 156.46 171.1 -
System Red Green Blue C M Y K H S L
Decimal 178 77 168 0 0.57 0.06 0.30 305.94 0.4 0.5
Hex B2 4D A8 0 39 6 1E 132 28 32
Octal 262 115 250 0 71 6 36 462 50 62
Binary 10110010 1001101 10101000 0 111001 110 11110 100110010 101000 110010

Color Harmonies of #B24DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24DA8

Black with #B24DA8

Text Example


Text Example

White with #B24DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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