Html Css Color HEX #B2127B Medium Violet Red

📋 copy color: '#B2127B'

red 178 ◦ green 18 ◦ blue 123

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

Shades of Medium Violet Red #B2127B

Tints of Medium Violet Red #B2127B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.64%

 BLUE value IS 123 (48.44% from 255) = 38.56%

R = 55.8%
G = 5.64%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2127B (or 0xB2127B) is known color: Medium Violet Red. HEX triplet: B2, 12 and 7B. RGB value is (178,18,123). Sum of RGB (Red+Green+Blue) = 178+18+123=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B2127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2127B is #4DED84. Grayscale: #4D4D4D. Windows color (decimal): -5107077 or 8065714. OLE color: 8065714.

HSL color Cylindrical-coordinate representation of color #B2127B: hue angle of 320.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2127B is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 18 123 -
CMYK 0 0.90 0.31 0.30
HSL 320.63º 0.82% 0.38% -
HSV(B) 320.63º 0.9% 0.7% -
XYZ 22.15 11.33 19.76 -
YUV 77.81 153.51 199.46 -
System Red Green Blue C M Y K H S L
Decimal 178 18 123 0 0.90 0.31 0.30 320.63 0.82 0.38
Hex B2 12 7B 0 5A 1F 1E 141 52 26
Octal 262 22 173 0 132 37 36 501 122 46
Binary 10110010 10010 1111011 0 1011010 11111 11110 101000001 1010010 100110

Color Harmonies of #B2127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2127B

Black with #B2127B

Text Example


Text Example

White with #B2127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2127B; }

 p { color: rgb(178,18,123); }

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

background-color css

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

 a { background-color: rgb(178,18,123); }

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

border-color css

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

 span { border-color: rgb(178,18,123); }

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