Html Css Color HEX #B2147E Medium Violet Red

📋 copy color: '#B2147E'

red 178 ◦ green 20 ◦ blue 126

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

Shades of Medium Violet Red #B2147E

Tints of Medium Violet Red #B2147E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.17%

 BLUE value IS 126 (49.61% from 255) = 38.89%

R = 54.94%
G = 6.17%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2147E (or 0xB2147E) is known color: Medium Violet Red. HEX triplet: B2, 14 and 7E. RGB value is (178,20,126). Sum of RGB (Red+Green+Blue) = 178+20+126=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B2147E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2147E is #4DEB81. Grayscale: #4F4F4F. Windows color (decimal): -5106562 or 8262834. OLE color: 8262834.

HSL color Cylindrical-coordinate representation of color #B2147E: hue angle of 319.75º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2147E is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 20 126 -
CMYK 0 0.89 0.29 0.30
HSL 319.75º 0.8% 0.39% -
HSV(B) 319.75º 0.89% 0.7% -
XYZ 22.38 11.47 20.77 -
YUV 79.33 154.35 198.38 -
System Red Green Blue C M Y K H S L
Decimal 178 20 126 0 0.89 0.29 0.30 319.75 0.8 0.39
Hex B2 14 7E 0 59 1D 1E 140 50 27
Octal 262 24 176 0 131 35 36 500 120 47
Binary 10110010 10100 1111110 0 1011001 11101 11110 101000000 1010000 100111

Color Harmonies of #B2147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2147E

Black with #B2147E

Text Example


Text Example

White with #B2147E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2147E; }

 p { color: rgb(178,20,126); }

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

background-color css

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

 a { background-color: rgb(178,20,126); }

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

border-color css

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

 span { border-color: rgb(178,20,126); }

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