Html Css Color HEX #B83F93 Medium Red Violet

📋 copy color: '#B83F93'

red 184 ◦ green 63 ◦ blue 147

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

Shades of Medium Red Violet #B83F93

Tints of Medium Red Violet #B83F93

RGB

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

 GREEN value IS 63 (25% from 255) = 15.99%

 BLUE value IS 147 (57.81% from 255) = 37.31%

R = 46.7%
G = 15.99%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B83F93 (or 0xB83F93) is known color: Medium Red Violet. HEX triplet: B8, 3F and 93. RGB value is (184,63,147). Sum of RGB (Red+Green+Blue) = 184+63+147=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83F93 is #47C06C. Grayscale: #6C6C6C. Windows color (decimal): -4702317 or 9650104. OLE color: 9650104.

HSL color Cylindrical-coordinate representation of color #B83F93: hue angle of 318.35º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B83F93 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 63 147 -
CMYK 0 0.66 0.20 0.28
HSL 318.35º 0.49% 0.48% -
HSV(B) 318.35º 0.66% 0.72% -
XYZ 26.81 15.85 29.25 -
YUV 108.76 149.59 181.67 -
System Red Green Blue C M Y K H S L
Decimal 184 63 147 0 0.66 0.20 0.28 318.35 0.49 0.48
Hex B8 3F 93 0 42 14 1C 13E 31 30
Octal 270 77 223 0 102 24 34 476 61 60
Binary 10111000 111111 10010011 0 1000010 10100 11100 100111110 110001 110000

Color Harmonies of #B83F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83F93

Black with #B83F93

Text Example


Text Example

White with #B83F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83F93; }

 p { color: rgb(184,63,147); }

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

background-color css

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

 a { background-color: rgb(184,63,147); }

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

border-color css

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

 span { border-color: rgb(184,63,147); }

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