Html Css Color HEX #B30398 Medium Violet Red

📋 copy color: '#B30398'

red 179 ◦ green 3 ◦ blue 152

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

Shades of Medium Violet Red #B30398

Tints of Medium Violet Red #B30398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

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

R = 53.59%
G = 0.9%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B30398 (or 0xB30398) is known color: Medium Violet Red. HEX triplet: B3, 03 and 98. RGB value is (179,3,152). Sum of RGB (Red+Green+Blue) = 179+3+152=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B30398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30398 is #4CFC67. Grayscale: #484848. Windows color (decimal): -5045352 or 9962419. OLE color: 9962419.

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

Color convert

RGB 179 3 152 -
CMYK 0 0.98 0.15 0.30
HSL 309.2º 0.97% 0.36% -
HSV(B) 309.2º 0.98% 0.7% -
XYZ 24.29 11.92 30.73 -
YUV 72.61 172.81 203.88 -
System Red Green Blue C M Y K H S L
Decimal 179 3 152 0 0.98 0.15 0.30 309.2 0.97 0.36
Hex B3 3 98 0 62 F 1E 135 61 24
Octal 263 3 230 0 142 17 36 465 141 44
Binary 10110011 11 10011000 0 1100010 1111 11110 100110101 1100001 100100

Color Harmonies of #B30398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30398

Black with #B30398

Text Example


Text Example

White with #B30398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30398; }

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

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

background-color css

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

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

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

border-color css

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

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

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