Html Css Color HEX #B82375 Medium Red Violet

📋 copy color: '#B82375'

red 184 ◦ green 35 ◦ blue 117

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

Shades of Medium Red Violet #B82375

Tints of Medium Red Violet #B82375

RGB

 RED value IS 184 (72.27% from 255) = 54.76%

 GREEN value IS 35 (14.06% from 255) = 10.42%

 BLUE value IS 117 (46.09% from 255) = 34.82%

R = 54.76%
G = 10.42%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B82375 (or 0xB82375) is known color: Medium Red Violet. HEX triplet: B8, 23 and 75. RGB value is (184,35,117). Sum of RGB (Red+Green+Blue) = 184+35+117=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B82375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82375 is #47DC8A. Grayscale: #585858. Windows color (decimal): -4709515 or 7676856. OLE color: 7676856.

HSL color Cylindrical-coordinate representation of color #B82375: hue angle of 326.98º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82375 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 35 117 -
CMYK 0 0.81 0.36 0.28
HSL 326.98º 0.68% 0.43% -
HSV(B) 326.98º 0.81% 0.72% -
XYZ 23.58 12.68 18.03 -
YUV 88.9 143.86 195.83 -
System Red Green Blue C M Y K H S L
Decimal 184 35 117 0 0.81 0.36 0.28 326.98 0.68 0.43
Hex B8 23 75 0 51 24 1C 147 44 2B
Octal 270 43 165 0 121 44 34 507 104 53
Binary 10111000 100011 1110101 0 1010001 100100 11100 101000111 1000100 101011

Color Harmonies of #B82375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82375

Black with #B82375

Text Example


Text Example

White with #B82375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82375; }

 p { color: rgb(184,35,117); }

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

background-color css

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

 a { background-color: rgb(184,35,117); }

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

border-color css

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

 span { border-color: rgb(184,35,117); }

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