Html Css Color HEX #B2017D Medium Violet Red

📋 copy color: '#B2017D'

red 178 ◦ green 1 ◦ blue 125

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

Shades of Medium Violet Red #B2017D

Tints of Medium Violet Red #B2017D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.12%

R = 58.55%
G = 0.33%
B = 41.12%

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

#B2017D (or 0xB2017D) is known color: Medium Violet Red. HEX triplet: B2, 01 and 7D. RGB value is (178,1,125). Sum of RGB (Red+Green+Blue) = 178+1+125=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B2017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2017D is #4DFE82. Grayscale: #434343. Windows color (decimal): -5111427 or 8192434. OLE color: 8192434.

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

Color convert

RGB 178 1 125 -
CMYK 0 0.99 0.30 0.30
HSL 317.97º 0.99% 0.35% -
HSV(B) 317.97º 0.99% 0.7% -
XYZ 22.07 10.97 20.36 -
YUV 68.06 160.14 206.42 -
System Red Green Blue C M Y K H S L
Decimal 178 1 125 0 0.99 0.30 0.30 317.97 0.99 0.35
Hex B2 1 7D 0 63 1E 1E 13E 63 23
Octal 262 1 175 0 143 36 36 476 143 43
Binary 10110010 1 1111101 0 1100011 11110 11110 100111110 1100011 100011

Color Harmonies of #B2017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2017D

Black with #B2017D

Text Example


Text Example

White with #B2017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2017D; }

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

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

background-color css

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

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

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

border-color css

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

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

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