Html Css Color HEX #B30B9F Medium Violet Red

📋 copy color: '#B30B9F'

red 179 ◦ green 11 ◦ blue 159

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

Shades of Medium Violet Red #B30B9F

Tints of Medium Violet Red #B30B9F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.15%

 BLUE value IS 159 (62.5% from 255) = 45.56%

R = 51.29%
G = 3.15%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B30B9F (or 0xB30B9F) is known color: Medium Violet Red. HEX triplet: B3, 0B and 9F. RGB value is (179,11,159). Sum of RGB (Red+Green+Blue) = 179+11+159=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30B9F is #4CF460. Grayscale: #4D4D4D. Windows color (decimal): -5043297 or 10423219. OLE color: 10423219.

HSL color Cylindrical-coordinate representation of color #B30B9F: hue angle of 307.14º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30B9F is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 11 159 -
CMYK 0 0.94 0.11 0.30
HSL 307.14º 0.88% 0.37% -
HSV(B) 307.14º 0.94% 0.7% -
XYZ 24.97 12.33 33.86 -
YUV 78.1 173.66 199.97 -
System Red Green Blue C M Y K H S L
Decimal 179 11 159 0 0.94 0.11 0.30 307.14 0.88 0.37
Hex B3 B 9F 0 5E B 1E 133 58 25
Octal 263 13 237 0 136 13 36 463 130 45
Binary 10110011 1011 10011111 0 1011110 1011 11110 100110011 1011000 100101

Color Harmonies of #B30B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30B9F

Black with #B30B9F

Text Example


Text Example

White with #B30B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30B9F; }

 p { color: rgb(179,11,159); }

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

background-color css

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

 a { background-color: rgb(179,11,159); }

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

border-color css

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

 span { border-color: rgb(179,11,159); }

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