Html Css Color HEX #B2017C Medium Violet Red

📋 copy color: '#B2017C'

red 178 ◦ green 1 ◦ blue 124

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

Shades of Medium Violet Red #B2017C

Tints of Medium Violet Red #B2017C

RGB

 RED value IS 178 (69.92% from 255) = 58.75%

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

 BLUE value IS 124 (48.83% from 255) = 40.92%

R = 58.75%
G = 0.33%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2017C (or 0xB2017C) is known color: Medium Violet Red. HEX triplet: B2, 01 and 7C. RGB value is (178,1,124). Sum of RGB (Red+Green+Blue) = 178+1+124=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B2017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2017C is #4DFE83. Grayscale: #434343. Windows color (decimal): -5111428 or 8126898. OLE color: 8126898.

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

Color convert

RGB 178 1 124 -
CMYK 0 0.99 0.30 0.30
HSL 318.31º 0.99% 0.35% -
HSV(B) 318.31º 0.99% 0.7% -
XYZ 22.01 10.94 20.02 -
YUV 67.95 159.64 206.5 -
System Red Green Blue C M Y K H S L
Decimal 178 1 124 0 0.99 0.30 0.30 318.31 0.99 0.35
Hex B2 1 7C 0 63 1E 1E 13E 63 23
Octal 262 1 174 0 143 36 36 476 143 43
Binary 10110010 1 1111100 0 1100011 11110 11110 100111110 1100011 100011

Color Harmonies of #B2017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2017C

Black with #B2017C

Text Example


Text Example

White with #B2017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2017C; }

 p { color: rgb(178,1,124); }

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

background-color css

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

 a { background-color: rgb(178,1,124); }

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

border-color css

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

 span { border-color: rgb(178,1,124); }

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