Html Css Color HEX #B6397B Medium Red Violet

📋 copy color: '#B6397B'

red 182 ◦ green 57 ◦ blue 123

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

Shades of Medium Red Violet #B6397B

Tints of Medium Red Violet #B6397B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.98%

R = 50.28%
G = 15.75%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6397B (or 0xB6397B) is known color: Medium Red Violet. HEX triplet: B6, 39 and 7B. RGB value is (182,57,123). Sum of RGB (Red+Green+Blue) = 182+57+123=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B6397B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6397B is #49C684. Grayscale: #656565. Windows color (decimal): -4834949 or 8075702. OLE color: 8075702.

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

Color convert

RGB 182 57 123 -
CMYK 0 0.69 0.32 0.29
HSL 328.32º 0.52% 0.47% -
HSV(B) 328.32º 0.69% 0.71% -
XYZ 24.33 14.3 20.22 -
YUV 101.9 139.91 185.13 -
System Red Green Blue C M Y K H S L
Decimal 182 57 123 0 0.69 0.32 0.29 328.32 0.52 0.47
Hex B6 39 7B 0 45 20 1D 148 34 2F
Octal 266 71 173 0 105 40 35 510 64 57
Binary 10110110 111001 1111011 0 1000101 100000 11101 101001000 110100 101111

Color Harmonies of #B6397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6397B

Black with #B6397B

Text Example


Text Example

White with #B6397B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6397B; }

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

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

background-color css

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

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

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

border-color css

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

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

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