Html Css Color HEX #B6398B Medium Red Violet

📋 copy color: '#B6398B'

red 182 ◦ green 57 ◦ blue 139

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

Shades of Medium Red Violet #B6398B

Tints of Medium Red Violet #B6398B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.08%

 BLUE value IS 139 (54.69% from 255) = 36.77%

R = 48.15%
G = 15.08%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6398B (or 0xB6398B) is known color: Medium Red Violet. HEX triplet: B6, 39 and 8B. RGB value is (182,57,139). Sum of RGB (Red+Green+Blue) = 182+57+139=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B6398B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6398B is #49C674. Grayscale: #676767. Windows color (decimal): -4834933 or 9124278. OLE color: 9124278.

HSL color Cylindrical-coordinate representation of color #B6398B: hue angle of 320.64º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B6398B is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 57 139 -
CMYK 0 0.69 0.24 0.29
HSL 320.64º 0.52% 0.47% -
HSV(B) 320.64º 0.69% 0.71% -
XYZ 25.41 14.74 25.93 -
YUV 103.72 147.91 183.83 -
System Red Green Blue C M Y K H S L
Decimal 182 57 139 0 0.69 0.24 0.29 320.64 0.52 0.47
Hex B6 39 8B 0 45 18 1D 141 34 2F
Octal 266 71 213 0 105 30 35 501 64 57
Binary 10110110 111001 10001011 0 1000101 11000 11101 101000001 110100 101111

Color Harmonies of #B6398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6398B

Black with #B6398B

Text Example


Text Example

White with #B6398B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6398B; }

 p { color: rgb(182,57,139); }

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

background-color css

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

 a { background-color: rgb(182,57,139); }

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

border-color css

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

 span { border-color: rgb(182,57,139); }

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