Html Css Color HEX #B30184 Medium Violet Red

📋 copy color: '#B30184'

red 179 ◦ green 1 ◦ blue 132

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

Shades of Medium Violet Red #B30184

Tints of Medium Violet Red #B30184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 132 (51.95% from 255) = 42.31%

R = 57.37%
G = 0.32%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B30184 (or 0xB30184) is known color: Medium Violet Red. HEX triplet: B3, 01 and 84. RGB value is (179,1,132). Sum of RGB (Red+Green+Blue) = 179+1+132=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B30184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30184 is #4CFE7B. Grayscale: #444444. Windows color (decimal): -5045884 or 8651187. OLE color: 8651187.

HSL color Cylindrical-coordinate representation of color #B30184: hue angle of 315.84º degrees, saturation: 0.99, 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 #B30184 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 1 132 -
CMYK 0 0.99 0.26 0.30
HSL 315.84º 0.99% 0.35% -
HSV(B) 315.84º 0.99% 0.7% -
XYZ 22.77 11.27 22.81 -
YUV 69.16 163.47 206.35 -
System Red Green Blue C M Y K H S L
Decimal 179 1 132 0 0.99 0.26 0.30 315.84 0.99 0.35
Hex B3 1 84 0 63 1A 1E 13C 63 23
Octal 263 1 204 0 143 32 36 474 143 43
Binary 10110011 1 10000100 0 1100011 11010 11110 100111100 1100011 100011

Color Harmonies of #B30184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30184

Black with #B30184

Text Example


Text Example

White with #B30184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30184; }

 p { color: rgb(179,1,132); }

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

background-color css

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

 a { background-color: rgb(179,1,132); }

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

border-color css

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

 span { border-color: rgb(179,1,132); }

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