Html Css Color HEX #B2017A Medium Violet Red

📋 copy color: '#B2017A'

red 178 ◦ green 1 ◦ blue 122

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

Shades of Medium Violet Red #B2017A

Tints of Medium Violet Red #B2017A

RGB

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

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

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

R = 59.14%
G = 0.33%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2017A (or 0xB2017A) is known color: Medium Violet Red. HEX triplet: B2, 01 and 7A. RGB value is (178,1,122). Sum of RGB (Red+Green+Blue) = 178+1+122=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B2017A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2017A is #4DFE85. Grayscale: #434343. Windows color (decimal): -5111430 or 7995826. OLE color: 7995826.

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

Color convert

RGB 178 1 122 -
CMYK 0 0.99 0.31 0.30
HSL 318.98º 0.99% 0.35% -
HSV(B) 318.98º 0.99% 0.7% -
XYZ 21.88 10.89 19.36 -
YUV 67.72 158.64 206.66 -
System Red Green Blue C M Y K H S L
Decimal 178 1 122 0 0.99 0.31 0.30 318.98 0.99 0.35
Hex B2 1 7A 0 63 1F 1E 13F 63 23
Octal 262 1 172 0 143 37 36 477 143 43
Binary 10110010 1 1111010 0 1100011 11111 11110 100111111 1100011 100011

Color Harmonies of #B2017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2017A

Black with #B2017A

Text Example


Text Example

White with #B2017A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2017A; }

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

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

background-color css

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

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

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

border-color css

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

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

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