Html Css Color HEX #B30092 Medium Violet Red

📋 copy color: '#B30092'

red 179 ◦ green 0 ◦ blue 146

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

Shades of Medium Violet Red #B30092

Tints of Medium Violet Red #B30092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.08%
G = 0%
B = 44.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B30092 (or 0xB30092) is known color: Medium Violet Red. HEX triplet: B3, 00 and 92. RGB value is (179,0,146). Sum of RGB (Red+Green+Blue) = 179+0+146=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B30092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30092 is #4CFF6D. Grayscale: #454545. Windows color (decimal): -5046126 or 9568435. OLE color: 9568435.

HSL color Cylindrical-coordinate representation of color #B30092: hue angle of 311.06º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B30092 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 0 146 -
CMYK 0 1 0.18 0.30
HSL 311.06º 1% 0.35% -
HSV(B) 311.06º 1% 0.7% -
XYZ 23.78 11.66 28.19 -
YUV 70.17 170.8 205.63 -
System Red Green Blue C M Y K H S L
Decimal 179 0 146 0 1 0.18 0.30 311.06 1 0.35
Hex B3 0 92 0 64 12 1E 137 64 23
Octal 263 0 222 0 144 22 36 467 144 43
Binary 10110011 0 10010010 0 1100100 10010 11110 100110111 1100100 100011

Color Harmonies of #B30092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30092

Black with #B30092

Text Example


Text Example

White with #B30092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30092; }

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

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

background-color css

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

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

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

border-color css

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

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

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