Html Css Color HEX #B30187 Medium Violet Red

📋 copy color: '#B30187'

red 179 ◦ green 1 ◦ blue 135

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

Shades of Medium Violet Red #B30187

Tints of Medium Violet Red #B30187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.86%

R = 56.83%
G = 0.32%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B30187 (or 0xB30187) is known color: Medium Violet Red. HEX triplet: B3, 01 and 87. RGB value is (179,1,135). Sum of RGB (Red+Green+Blue) = 179+1+135=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B30187 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30187 is #4CFE78. Grayscale: #454545. Windows color (decimal): -5045881 or 8847795. OLE color: 8847795.

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

Color convert

RGB 179 1 135 -
CMYK 0 0.99 0.25 0.30
HSL 314.83º 0.99% 0.35% -
HSV(B) 314.83º 0.99% 0.7% -
XYZ 22.97 11.35 23.9 -
YUV 69.5 164.97 206.1 -
System Red Green Blue C M Y K H S L
Decimal 179 1 135 0 0.99 0.25 0.30 314.83 0.99 0.35
Hex B3 1 87 0 63 19 1E 13B 63 23
Octal 263 1 207 0 143 31 36 473 143 43
Binary 10110011 1 10000111 0 1100011 11001 11110 100111011 1100011 100011

Color Harmonies of #B30187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30187

Black with #B30187

Text Example


Text Example

White with #B30187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30187; }

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

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

background-color css

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

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

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

border-color css

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

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

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