Html Css Color HEX #B6369E Medium Red Violet

📋 copy color: '#B6369E'

red 182 ◦ green 54 ◦ blue 158

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

Shades of Medium Red Violet #B6369E

Tints of Medium Red Violet #B6369E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.71%

 BLUE value IS 158 (62.11% from 255) = 40.1%

R = 46.19%
G = 13.71%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6369E (or 0xB6369E) is known color: Medium Red Violet. HEX triplet: B6, 36 and 9E. RGB value is (182,54,158). Sum of RGB (Red+Green+Blue) = 182+54+158=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B6369E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6369E is #49C961. Grayscale: #676767. Windows color (decimal): -4835682 or 10368694. OLE color: 10368694.

HSL color Cylindrical-coordinate representation of color #B6369E: hue angle of 311.25º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B6369E is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 54 158 -
CMYK 0 0.70 0.13 0.29
HSL 311.25º 0.54% 0.46% -
HSV(B) 311.25º 0.7% 0.71% -
XYZ 26.78 15.05 33.84 -
YUV 104.13 158.41 183.54 -
System Red Green Blue C M Y K H S L
Decimal 182 54 158 0 0.70 0.13 0.29 311.25 0.54 0.46
Hex B6 36 9E 0 46 D 1D 137 36 2E
Octal 266 66 236 0 106 15 35 467 66 56
Binary 10110110 110110 10011110 0 1000110 1101 11101 100110111 110110 101110

Color Harmonies of #B6369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6369E

Black with #B6369E

Text Example


Text Example

White with #B6369E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6369E; }

 p { color: rgb(182,54,158); }

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

background-color css

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

 a { background-color: rgb(182,54,158); }

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

border-color css

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

 span { border-color: rgb(182,54,158); }

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