Html Css Color HEX #B24D9F Violet Blue

📋 copy color: '#B24D9F'

red 178 ◦ green 77 ◦ blue 159

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

Shades of Violet Blue #B24D9F

Tints of Violet Blue #B24D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.41%

R = 43%
G = 18.6%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B24D9F (or 0xB24D9F) is known color: Violet Blue. HEX triplet: B2, 4D and 9F. RGB value is (178,77,159). Sum of RGB (Red+Green+Blue) = 178+77+159=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24D9F is #4DB260. Grayscale: #747474. Windows color (decimal): -5091937 or 10440114. OLE color: 10440114.

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

Color convert

RGB 178 77 159 -
CMYK 0 0.57 0.11 0.30
HSL 311.29º 0.4% 0.5% -
HSV(B) 311.29º 0.57% 0.7% -
XYZ 27.27 17.28 34.7 -
YUV 116.55 151.96 171.83 -
System Red Green Blue C M Y K H S L
Decimal 178 77 159 0 0.57 0.11 0.30 311.29 0.4 0.5
Hex B2 4D 9F 0 39 B 1E 137 28 32
Octal 262 115 237 0 71 13 36 467 50 62
Binary 10110010 1001101 10011111 0 111001 1011 11110 100110111 101000 110010

Color Harmonies of #B24D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24D9F

Black with #B24D9F

Text Example


Text Example

White with #B24D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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