Html Css Color HEX #B6389D Medium Red Violet

📋 copy color: '#B6389D'

red 182 ◦ green 56 ◦ blue 157

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

Shades of Medium Red Violet #B6389D

Tints of Medium Red Violet #B6389D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.18%

 BLUE value IS 157 (61.72% from 255) = 39.75%

R = 46.08%
G = 14.18%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6389D (or 0xB6389D) is known color: Medium Red Violet. HEX triplet: B6, 38 and 9D. RGB value is (182,56,157). Sum of RGB (Red+Green+Blue) = 182+56+157=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B6389D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6389D is #49C762. Grayscale: #686868. Windows color (decimal): -4835171 or 10303670. OLE color: 10303670.

HSL color Cylindrical-coordinate representation of color #B6389D: hue angle of 311.9º degrees, saturation: 0.53, 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 #B6389D is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 56 157 -
CMYK 0 0.69 0.14 0.29
HSL 311.9º 0.53% 0.47% -
HSV(B) 311.9º 0.69% 0.71% -
XYZ 26.79 15.21 33.42 -
YUV 105.19 157.24 182.79 -
System Red Green Blue C M Y K H S L
Decimal 182 56 157 0 0.69 0.14 0.29 311.9 0.53 0.47
Hex B6 38 9D 0 45 E 1D 138 35 2F
Octal 266 70 235 0 105 16 35 470 65 57
Binary 10110110 111000 10011101 0 1000101 1110 11101 100111000 110101 101111

Color Harmonies of #B6389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6389D

Black with #B6389D

Text Example


Text Example

White with #B6389D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6389D; }

 p { color: rgb(182,56,157); }

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

background-color css

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

 a { background-color: rgb(182,56,157); }

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

border-color css

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

 span { border-color: rgb(182,56,157); }

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