Html Css Color HEX #B30692 Medium Violet Red

📋 copy color: '#B30692'

red 179 ◦ green 6 ◦ blue 146

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

Shades of Medium Violet Red #B30692

Tints of Medium Violet Red #B30692

RGB

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

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

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

R = 54.08%
G = 1.81%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B30692 (or 0xB30692) is known color: Medium Violet Red. HEX triplet: B3, 06 and 92. RGB value is (179,6,146). Sum of RGB (Red+Green+Blue) = 179+6+146=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B30692 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30692 is #4CF96D. Grayscale: #494949. Windows color (decimal): -5044590 or 9569971. OLE color: 9569971.

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

Color convert

RGB 179 6 146 -
CMYK 0 0.97 0.18 0.30
HSL 311.45º 0.94% 0.36% -
HSV(B) 311.45º 0.97% 0.7% -
XYZ 23.84 11.79 28.21 -
YUV 73.69 168.81 203.12 -
System Red Green Blue C M Y K H S L
Decimal 179 6 146 0 0.97 0.18 0.30 311.45 0.94 0.36
Hex B3 6 92 0 61 12 1E 137 5E 24
Octal 263 6 222 0 141 22 36 467 136 44
Binary 10110011 110 10010010 0 1100001 10010 11110 100110111 1011110 100100

Color Harmonies of #B30692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30692

Black with #B30692

Text Example


Text Example

White with #B30692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30692; }

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

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

background-color css

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

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

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

border-color css

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

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

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