Html Css Color HEX #B30B8D Medium Violet Red

📋 copy color: '#B30B8D'

red 179 ◦ green 11 ◦ blue 141

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

Shades of Medium Violet Red #B30B8D

Tints of Medium Violet Red #B30B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.6%

R = 54.08%
G = 3.32%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B30B8D (or 0xB30B8D) is known color: Medium Violet Red. HEX triplet: B3, 0B and 8D. RGB value is (179,11,141). Sum of RGB (Red+Green+Blue) = 179+11+141=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30B8D is #4CF472. Grayscale: #4B4B4B. Windows color (decimal): -5043315 or 9243571. OLE color: 9243571.

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

Color convert

RGB 179 11 141 -
CMYK 0 0.94 0.21 0.30
HSL 313.57º 0.88% 0.37% -
HSV(B) 313.57º 0.94% 0.7% -
XYZ 23.52 11.75 26.23 -
YUV 76.05 164.66 201.43 -
System Red Green Blue C M Y K H S L
Decimal 179 11 141 0 0.94 0.21 0.30 313.57 0.88 0.37
Hex B3 B 8D 0 5E 15 1E 13A 58 25
Octal 263 13 215 0 136 25 36 472 130 45
Binary 10110011 1011 10001101 0 1011110 10101 11110 100111010 1011000 100101

Color Harmonies of #B30B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30B8D

Black with #B30B8D

Text Example


Text Example

White with #B30B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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