Html Css Color HEX #B24285 Medium Red Violet

📋 copy color: '#B24285'

red 178 ◦ green 66 ◦ blue 133

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

Shades of Medium Red Violet #B24285

Tints of Medium Red Violet #B24285

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.51%

 BLUE value IS 133 (52.34% from 255) = 35.28%

R = 47.21%
G = 17.51%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B24285 (or 0xB24285) is known color: Medium Red Violet. HEX triplet: B2, 42 and 85. RGB value is (178,66,133). Sum of RGB (Red+Green+Blue) = 178+66+133=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B24285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24285 is #4DBD7A. Grayscale: #6A6A6A. Windows color (decimal): -5094779 or 8733362. OLE color: 8733362.

HSL color Cylindrical-coordinate representation of color #B24285: hue angle of 324.11º degrees, saturation: 0.46, 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 #B24285 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 66 133 -
CMYK 0 0.63 0.25 0.30
HSL 324.11º 0.46% 0.48% -
HSV(B) 324.11º 0.63% 0.7% -
XYZ 24.54 15.05 23.8 -
YUV 107.13 142.61 178.55 -
System Red Green Blue C M Y K H S L
Decimal 178 66 133 0 0.63 0.25 0.30 324.11 0.46 0.48
Hex B2 42 85 0 3F 19 1E 144 2E 30
Octal 262 102 205 0 77 31 36 504 56 60
Binary 10110010 1000010 10000101 0 111111 11001 11110 101000100 101110 110000

Color Harmonies of #B24285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24285

Black with #B24285

Text Example


Text Example

White with #B24285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24285; }

 p { color: rgb(178,66,133); }

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

background-color css

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

 a { background-color: rgb(178,66,133); }

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

border-color css

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

 span { border-color: rgb(178,66,133); }

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