Html Css Color HEX #B6127A Medium Violet Red

📋 copy color: '#B6127A'

red 182 ◦ green 18 ◦ blue 122

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

Shades of Medium Violet Red #B6127A

Tints of Medium Violet Red #B6127A

RGB

 RED value IS 182 (71.48% from 255) = 56.52%

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

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

R = 56.52%
G = 5.59%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B6127A (or 0xB6127A) is known color: Medium Violet Red. HEX triplet: B6, 12 and 7A. RGB value is (182,18,122). Sum of RGB (Red+Green+Blue) = 182+18+122=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B6127A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6127A is #49ED85. Grayscale: #4E4E4E. Windows color (decimal): -4844934 or 8000182. OLE color: 8000182.

HSL color Cylindrical-coordinate representation of color #B6127A: hue angle of 321.95º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6127A is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 18 122 -
CMYK 0 0.90 0.33 0.29
HSL 321.95º 0.82% 0.39% -
HSV(B) 321.95º 0.9% 0.71% -
XYZ 23.02 11.78 19.47 -
YUV 78.89 152.33 201.54 -
System Red Green Blue C M Y K H S L
Decimal 182 18 122 0 0.90 0.33 0.29 321.95 0.82 0.39
Hex B6 12 7A 0 5A 21 1D 142 52 27
Octal 266 22 172 0 132 41 35 502 122 47
Binary 10110110 10010 1111010 0 1011010 100001 11101 101000010 1010010 100111

Color Harmonies of #B6127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6127A

Black with #B6127A

Text Example


Text Example

White with #B6127A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6127A; }

 p { color: rgb(182,18,122); }

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

background-color css

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

 a { background-color: rgb(182,18,122); }

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

border-color css

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

 span { border-color: rgb(182,18,122); }

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