Html Css Color HEX #B30898 Medium Violet Red

📋 copy color: '#B30898'

red 179 ◦ green 8 ◦ blue 152

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

Shades of Medium Violet Red #B30898

Tints of Medium Violet Red #B30898

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.36%

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

R = 52.8%
G = 2.36%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B30898 (or 0xB30898) is known color: Medium Violet Red. HEX triplet: B3, 08 and 98. RGB value is (179,8,152). Sum of RGB (Red+Green+Blue) = 179+8+152=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B30898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30898 is #4CF767. Grayscale: #4B4B4B. Windows color (decimal): -5044072 or 9963699. OLE color: 9963699.

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

Color convert

RGB 179 8 152 -
CMYK 0 0.96 0.15 0.30
HSL 309.47º 0.91% 0.37% -
HSV(B) 309.47º 0.96% 0.7% -
XYZ 24.34 12.02 30.74 -
YUV 75.55 171.15 201.79 -
System Red Green Blue C M Y K H S L
Decimal 179 8 152 0 0.96 0.15 0.30 309.47 0.91 0.37
Hex B3 8 98 0 60 F 1E 135 5B 25
Octal 263 10 230 0 140 17 36 465 133 45
Binary 10110011 1000 10011000 0 1100000 1111 11110 100110101 1011011 100101

Color Harmonies of #B30898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30898

Black with #B30898

Text Example


Text Example

White with #B30898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30898; }

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

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

background-color css

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

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

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

border-color css

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

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

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