Html Css Color HEX #B30F9C Medium Violet Red

📋 copy color: '#B30F9C'

red 179 ◦ green 15 ◦ blue 156

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

Shades of Medium Violet Red #B30F9C

Tints of Medium Violet Red #B30F9C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.29%

 BLUE value IS 156 (61.33% from 255) = 44.57%

R = 51.14%
G = 4.29%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B30F9C (or 0xB30F9C) is known color: Medium Violet Red. HEX triplet: B3, 0F and 9C. RGB value is (179,15,156). Sum of RGB (Red+Green+Blue) = 179+15+156=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30F9C is #4CF063. Grayscale: #4F4F4F. Windows color (decimal): -5042276 or 10227635. OLE color: 10227635.

HSL color Cylindrical-coordinate representation of color #B30F9C: hue angle of 308.41º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30F9C is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 15 156 -
CMYK 0 0.92 0.13 0.30
HSL 308.41º 0.85% 0.38% -
HSV(B) 308.41º 0.92% 0.7% -
XYZ 24.76 12.33 32.53 -
YUV 80.11 170.83 198.54 -
System Red Green Blue C M Y K H S L
Decimal 179 15 156 0 0.92 0.13 0.30 308.41 0.85 0.38
Hex B3 F 9C 0 5C D 1E 134 55 26
Octal 263 17 234 0 134 15 36 464 125 46
Binary 10110011 1111 10011100 0 1011100 1101 11110 100110100 1010101 100110

Color Harmonies of #B30F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30F9C

Black with #B30F9C

Text Example


Text Example

White with #B30F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30F9C; }

 p { color: rgb(179,15,156); }

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

background-color css

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

 a { background-color: rgb(179,15,156); }

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

border-color css

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

 span { border-color: rgb(179,15,156); }

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