Html Css Color HEX #B30698 Medium Violet Red

📋 copy color: '#B30698'

red 179 ◦ green 6 ◦ blue 152

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

Shades of Medium Violet Red #B30698

Tints of Medium Violet Red #B30698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.1%

R = 53.12%
G = 1.78%
B = 45.1%

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

#B30698 (or 0xB30698) is known color: Medium Violet Red. HEX triplet: B3, 06 and 98. RGB value is (179,6,152). Sum of RGB (Red+Green+Blue) = 179+6+152=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B30698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30698 is #4CF967. Grayscale: #494949. Windows color (decimal): -5044584 or 9963187. OLE color: 9963187.

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

Color convert

RGB 179 6 152 -
CMYK 0 0.97 0.15 0.30
HSL 309.36º 0.94% 0.36% -
HSV(B) 309.36º 0.97% 0.7% -
XYZ 24.32 11.98 30.74 -
YUV 74.37 171.81 202.63 -
System Red Green Blue C M Y K H S L
Decimal 179 6 152 0 0.97 0.15 0.30 309.36 0.94 0.36
Hex B3 6 98 0 61 F 1E 135 5E 24
Octal 263 6 230 0 141 17 36 465 136 44
Binary 10110011 110 10011000 0 1100001 1111 11110 100110101 1011110 100100

Color Harmonies of #B30698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30698

Black with #B30698

Text Example


Text Example

White with #B30698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30698; }

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

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

background-color css

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

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

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

border-color css

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

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

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