Html Css Color HEX #B30188 Medium Violet Red

📋 copy color: '#B30188'

red 179 ◦ green 1 ◦ blue 136

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

Shades of Medium Violet Red #B30188

Tints of Medium Violet Red #B30188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 43.04%

R = 56.65%
G = 0.32%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B30188 (or 0xB30188) is known color: Medium Violet Red. HEX triplet: B3, 01 and 88. RGB value is (179,1,136). Sum of RGB (Red+Green+Blue) = 179+1+136=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B30188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30188 is #4CFE77. Grayscale: #454545. Windows color (decimal): -5045880 or 8913331. OLE color: 8913331.

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

Color convert

RGB 179 1 136 -
CMYK 0 0.99 0.24 0.30
HSL 314.49º 0.99% 0.35% -
HSV(B) 314.49º 0.99% 0.7% -
XYZ 23.05 11.38 24.28 -
YUV 69.61 165.47 206.02 -
System Red Green Blue C M Y K H S L
Decimal 179 1 136 0 0.99 0.24 0.30 314.49 0.99 0.35
Hex B3 1 88 0 63 18 1E 13A 63 23
Octal 263 1 210 0 143 30 36 472 143 43
Binary 10110011 1 10001000 0 1100011 11000 11110 100111010 1100011 100011

Color Harmonies of #B30188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30188

Black with #B30188

Text Example


Text Example

White with #B30188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30188; }

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

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

background-color css

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

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

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

border-color css

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

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

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