Html Css Color HEX #B24085 Medium Red Violet

📋 copy color: '#B24085'

red 178 ◦ green 64 ◦ blue 133

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

Shades of Medium Red Violet #B24085

Tints of Medium Red Violet #B24085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.07%

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

R = 47.47%
G = 17.07%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B24085 (or 0xB24085) is known color: Medium Red Violet. HEX triplet: B2, 40 and 85. RGB value is (178,64,133). Sum of RGB (Red+Green+Blue) = 178+64+133=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B24085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24085 is #4DBF7A. Grayscale: #696969. Windows color (decimal): -5095291 or 8732850. OLE color: 8732850.

HSL color Cylindrical-coordinate representation of color #B24085: hue angle of 323.68º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B24085 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 64 133 -
CMYK 0 0.64 0.25 0.30
HSL 323.68º 0.47% 0.47% -
HSV(B) 323.68º 0.64% 0.7% -
XYZ 24.43 14.83 23.76 -
YUV 105.95 143.27 179.39 -
System Red Green Blue C M Y K H S L
Decimal 178 64 133 0 0.64 0.25 0.30 323.68 0.47 0.47
Hex B2 40 85 0 40 19 1E 144 2F 2F
Octal 262 100 205 0 100 31 36 504 57 57
Binary 10110010 1000000 10000101 0 1000000 11001 11110 101000100 101111 101111

Color Harmonies of #B24085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24085

Black with #B24085

Text Example


Text Example

White with #B24085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24085; }

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

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

background-color css

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

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

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

border-color css

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

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

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