Html Css Color HEX #B83070 Medium Red Violet

📋 copy color: '#B83070'

red 184 ◦ green 48 ◦ blue 112

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

Shades of Medium Red Violet #B83070

Tints of Medium Red Violet #B83070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.95%

 BLUE value IS 112 (44.14% from 255) = 32.56%

R = 53.49%
G = 13.95%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B83070 (or 0xB83070) is known color: Medium Red Violet. HEX triplet: B8, 30 and 70. RGB value is (184,48,112). Sum of RGB (Red+Green+Blue) = 184+48+112=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B83070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83070 is #47CF8F. Grayscale: #5F5F5F. Windows color (decimal): -4706192 or 7352504. OLE color: 7352504.

HSL color Cylindrical-coordinate representation of color #B83070: hue angle of 331.76º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B83070 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 48 112 -
CMYK 0 0.74 0.39 0.28
HSL 331.76º 0.59% 0.45% -
HSV(B) 331.76º 0.74% 0.72% -
XYZ 23.75 13.47 16.68 -
YUV 95.96 137.06 190.8 -
System Red Green Blue C M Y K H S L
Decimal 184 48 112 0 0.74 0.39 0.28 331.76 0.59 0.45
Hex B8 30 70 0 4A 27 1C 14C 3B 2D
Octal 270 60 160 0 112 47 34 514 73 55
Binary 10111000 110000 1110000 0 1001010 100111 11100 101001100 111011 101101

Color Harmonies of #B83070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83070

Black with #B83070

Text Example


Text Example

White with #B83070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83070; }

 p { color: rgb(184,48,112); }

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

background-color css

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

 a { background-color: rgb(184,48,112); }

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

border-color css

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

 span { border-color: rgb(184,48,112); }

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