Html Css Color HEX #B30283 Medium Violet Red

📋 copy color: '#B30283'

red 179 ◦ green 2 ◦ blue 131

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

Shades of Medium Violet Red #B30283

Tints of Medium Violet Red #B30283

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 57.37%
G = 0.64%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B30283 (or 0xB30283) is known color: Medium Violet Red. HEX triplet: B3, 02 and 83. RGB value is (179,2,131). Sum of RGB (Red+Green+Blue) = 179+2+131=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B30283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30283 is #4CFD7C. Grayscale: #454545. Windows color (decimal): -5045629 or 8585907. OLE color: 8585907.

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

Color convert

RGB 179 2 131 -
CMYK 0 0.99 0.27 0.30
HSL 316.27º 0.98% 0.35% -
HSV(B) 316.27º 0.99% 0.7% -
XYZ 22.71 11.27 22.45 -
YUV 69.63 162.64 206.01 -
System Red Green Blue C M Y K H S L
Decimal 179 2 131 0 0.99 0.27 0.30 316.27 0.98 0.35
Hex B3 2 83 0 63 1B 1E 13C 62 23
Octal 263 2 203 0 143 33 36 474 142 43
Binary 10110011 10 10000011 0 1100011 11011 11110 100111100 1100010 100011

Color Harmonies of #B30283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30283

Black with #B30283

Text Example


Text Example

White with #B30283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30283; }

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

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

background-color css

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

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

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

border-color css

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

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

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