Html Css Color HEX #B6187A Medium Violet Red

📋 copy color: '#B6187A'

red 182 ◦ green 24 ◦ blue 122

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

Shades of Medium Violet Red #B6187A

Tints of Medium Violet Red #B6187A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.32%

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

R = 55.49%
G = 7.32%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B6187A (or 0xB6187A) is known color: Medium Violet Red. HEX triplet: B6, 18 and 7A. RGB value is (182,24,122). Sum of RGB (Red+Green+Blue) = 182+24+122=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B6187A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6187A is #49E785. Grayscale: #525252. Windows color (decimal): -4843398 or 8001718. OLE color: 8001718.

HSL color Cylindrical-coordinate representation of color #B6187A: hue angle of 322.78º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B6187A is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 24 122 -
CMYK 0 0.87 0.33 0.29
HSL 322.78º 0.77% 0.4% -
HSV(B) 322.78º 0.87% 0.71% -
XYZ 23.13 12 19.51 -
YUV 82.41 150.35 199.03 -
System Red Green Blue C M Y K H S L
Decimal 182 24 122 0 0.87 0.33 0.29 322.78 0.77 0.4
Hex B6 18 7A 0 57 21 1D 143 4D 28
Octal 266 30 172 0 127 41 35 503 115 50
Binary 10110110 11000 1111010 0 1010111 100001 11101 101000011 1001101 101000

Color Harmonies of #B6187A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6187A

Black with #B6187A

Text Example


Text Example

White with #B6187A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6187A; }

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

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

background-color css

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

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

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

border-color css

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

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

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