Html Css Color HEX #B30690 Medium Violet Red

📋 copy color: '#B30690'

red 179 ◦ green 6 ◦ blue 144

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

Shades of Medium Violet Red #B30690

Tints of Medium Violet Red #B30690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.77%

R = 54.41%
G = 1.82%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B30690 (or 0xB30690) is known color: Medium Violet Red. HEX triplet: B3, 06 and 90. RGB value is (179,6,144). Sum of RGB (Red+Green+Blue) = 179+6+144=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B30690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30690 is #4CF96F. Grayscale: #494949. Windows color (decimal): -5044592 or 9438899. OLE color: 9438899.

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

Color convert

RGB 179 6 144 -
CMYK 0 0.97 0.20 0.30
HSL 312.14º 0.94% 0.36% -
HSV(B) 312.14º 0.97% 0.7% -
XYZ 23.69 11.73 27.4 -
YUV 73.46 167.81 203.28 -
System Red Green Blue C M Y K H S L
Decimal 179 6 144 0 0.97 0.20 0.30 312.14 0.94 0.36
Hex B3 6 90 0 61 14 1E 138 5E 24
Octal 263 6 220 0 141 24 36 470 136 44
Binary 10110011 110 10010000 0 1100001 10100 11110 100111000 1011110 100100

Color Harmonies of #B30690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30690

Black with #B30690

Text Example


Text Example

White with #B30690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30690; }

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

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

background-color css

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

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

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

border-color css

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

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

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