Html Css Color HEX #B6138F Medium Violet Red

📋 copy color: '#B6138F'

red 182 ◦ green 19 ◦ blue 143

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

Shades of Medium Violet Red #B6138F

Tints of Medium Violet Red #B6138F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.52%

 BLUE value IS 143 (56.25% from 255) = 41.57%

R = 52.91%
G = 5.52%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B6138F (or 0xB6138F) is known color: Medium Violet Red. HEX triplet: B6, 13 and 8F. RGB value is (182,19,143). Sum of RGB (Red+Green+Blue) = 182+19+143=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B6138F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6138F is #49EC70. Grayscale: #515151. Windows color (decimal): -4844657 or 9376694. OLE color: 9376694.

HSL color Cylindrical-coordinate representation of color #B6138F: hue angle of 314.36º degrees, saturation: 0.81, 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 #B6138F is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 19 143 -
CMYK 0 0.90 0.21 0.29
HSL 314.36º 0.81% 0.39% -
HSV(B) 314.36º 0.9% 0.71% -
XYZ 24.48 12.39 27.09 -
YUV 81.87 162.5 199.42 -
System Red Green Blue C M Y K H S L
Decimal 182 19 143 0 0.90 0.21 0.29 314.36 0.81 0.39
Hex B6 13 8F 0 5A 15 1D 13A 51 27
Octal 266 23 217 0 132 25 35 472 121 47
Binary 10110110 10011 10001111 0 1011010 10101 11101 100111010 1010001 100111

Color Harmonies of #B6138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6138F

Black with #B6138F

Text Example


Text Example

White with #B6138F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6138F; }

 p { color: rgb(182,19,143); }

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

background-color css

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

 a { background-color: rgb(182,19,143); }

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

border-color css

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

 span { border-color: rgb(182,19,143); }

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