Html Css Color HEX #B3017A Medium Violet Red

📋 copy color: '#B3017A'

red 179 ◦ green 1 ◦ blue 122

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

Shades of Medium Violet Red #B3017A

Tints of Medium Violet Red #B3017A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 122 (48.05% from 255) = 40.4%

R = 59.27%
G = 0.33%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B3017A (or 0xB3017A) is known color: Medium Violet Red. HEX triplet: B3, 01 and 7A. RGB value is (179,1,122). Sum of RGB (Red+Green+Blue) = 179+1+122=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B3017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3017A is #4CFE85. Grayscale: #434343. Windows color (decimal): -5045894 or 7995827. OLE color: 7995827.

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

Color convert

RGB 179 1 122 -
CMYK 0 0.99 0.32 0.30
HSL 319.21º 0.99% 0.35% -
HSV(B) 319.21º 0.99% 0.7% -
XYZ 22.11 11.01 19.37 -
YUV 68.02 158.47 207.16 -
System Red Green Blue C M Y K H S L
Decimal 179 1 122 0 0.99 0.32 0.30 319.21 0.99 0.35
Hex B3 1 7A 0 63 20 1E 13F 63 23
Octal 263 1 172 0 143 40 36 477 143 43
Binary 10110011 1 1111010 0 1100011 100000 11110 100111111 1100011 100011

Color Harmonies of #B3017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3017A

Black with #B3017A

Text Example


Text Example

White with #B3017A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3017A; }

 p { color: rgb(179,1,122); }

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

background-color css

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

 a { background-color: rgb(179,1,122); }

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

border-color css

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

 span { border-color: rgb(179,1,122); }

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