Html Css Color HEX #B30699 Medium Violet Red

📋 copy color: '#B30699'

red 179 ◦ green 6 ◦ blue 153

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

Shades of Medium Violet Red #B30699

Tints of Medium Violet Red #B30699

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.78%

 BLUE value IS 153 (60.16% from 255) = 45.27%

R = 52.96%
G = 1.78%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B30699 (or 0xB30699) is known color: Medium Violet Red. HEX triplet: B3, 06 and 99. RGB value is (179,6,153). Sum of RGB (Red+Green+Blue) = 179+6+153=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B30699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30699 is #4CF966. Grayscale: #4A4A4A. Windows color (decimal): -5044583 or 10028723. OLE color: 10028723.

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

Color convert

RGB 179 6 153 -
CMYK 0 0.97 0.15 0.30
HSL 309.02º 0.94% 0.36% -
HSV(B) 309.02º 0.97% 0.7% -
XYZ 24.41 12.01 31.17 -
YUV 74.49 172.31 202.55 -
System Red Green Blue C M Y K H S L
Decimal 179 6 153 0 0.97 0.15 0.30 309.02 0.94 0.36
Hex B3 6 99 0 61 F 1E 135 5E 24
Octal 263 6 231 0 141 17 36 465 136 44
Binary 10110011 110 10011001 0 1100001 1111 11110 100110101 1011110 100100

Color Harmonies of #B30699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30699

Black with #B30699

Text Example


Text Example

White with #B30699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30699; }

 p { color: rgb(179,6,153); }

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

background-color css

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

 a { background-color: rgb(179,6,153); }

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

border-color css

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

 span { border-color: rgb(179,6,153); }

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