Html Css Color HEX #B30083 Medium Violet Red

📋 copy color: '#B30083'

red 179 ◦ green 0 ◦ blue 131

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

Shades of Medium Violet Red #B30083

Tints of Medium Violet Red #B30083

RGB

 RED value IS 179 (70.31% from 255) = 57.74%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 131 (51.56% from 255) = 42.26%

R = 57.74%
G = 0%
B = 42.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B30083 (or 0xB30083) is known color: Medium Violet Red. HEX triplet: B3, 00 and 83. RGB value is (179,0,131). Sum of RGB (Red+Green+Blue) = 179+0+131=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B30083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30083 is #4CFF7C. Grayscale: #444444. Windows color (decimal): -5046141 or 8585395. OLE color: 8585395.

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

Color convert

RGB 179 0 131 -
CMYK 0 1 0.27 0.30
HSL 316.09º 1% 0.35% -
HSV(B) 316.09º 1% 0.7% -
XYZ 22.69 11.22 22.44 -
YUV 68.46 163.3 206.85 -
System Red Green Blue C M Y K H S L
Decimal 179 0 131 0 1 0.27 0.30 316.09 1 0.35
Hex B3 0 83 0 64 1B 1E 13C 64 23
Octal 263 0 203 0 144 33 36 474 144 43
Binary 10110011 0 10000011 0 1100100 11011 11110 100111100 1100100 100011

Color Harmonies of #B30083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30083

Black with #B30083

Text Example


Text Example

White with #B30083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30083; }

 p { color: rgb(179,0,131); }

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

background-color css

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

 a { background-color: rgb(179,0,131); }

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

border-color css

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

 span { border-color: rgb(179,0,131); }

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