Html Css Color HEX #B30892 Medium Violet Red

📋 copy color: '#B30892'

red 179 ◦ green 8 ◦ blue 146

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

Shades of Medium Violet Red #B30892

Tints of Medium Violet Red #B30892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.84%

R = 53.75%
G = 2.4%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B30892 (or 0xB30892) is known color: Medium Violet Red. HEX triplet: B3, 08 and 92. RGB value is (179,8,146). Sum of RGB (Red+Green+Blue) = 179+8+146=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B30892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30892 is #4CF76D. Grayscale: #4A4A4A. Windows color (decimal): -5044078 or 9570483. OLE color: 9570483.

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

Color convert

RGB 179 8 146 -
CMYK 0 0.96 0.18 0.30
HSL 311.58º 0.91% 0.37% -
HSV(B) 311.58º 0.96% 0.7% -
XYZ 23.87 11.83 28.22 -
YUV 74.86 168.15 202.28 -
System Red Green Blue C M Y K H S L
Decimal 179 8 146 0 0.96 0.18 0.30 311.58 0.91 0.37
Hex B3 8 92 0 60 12 1E 138 5B 25
Octal 263 10 222 0 140 22 36 470 133 45
Binary 10110011 1000 10010010 0 1100000 10010 11110 100111000 1011011 100101

Color Harmonies of #B30892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30892

Black with #B30892

Text Example


Text Example

White with #B30892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30892; }

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

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

background-color css

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

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

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

border-color css

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

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

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