Html Css Color HEX #B6369A Medium Red Violet

📋 copy color: '#B6369A'

red 182 ◦ green 54 ◦ blue 154

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

Shades of Medium Red Violet #B6369A

Tints of Medium Red Violet #B6369A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.49%

R = 46.67%
G = 13.85%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6369A (or 0xB6369A) is known color: Medium Red Violet. HEX triplet: B6, 36 and 9A. RGB value is (182,54,154). Sum of RGB (Red+Green+Blue) = 182+54+154=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B6369A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6369A is #49C965. Grayscale: #676767. Windows color (decimal): -4835686 or 10106550. OLE color: 10106550.

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

Color convert

RGB 182 54 154 -
CMYK 0 0.70 0.15 0.29
HSL 313.13º 0.54% 0.46% -
HSV(B) 313.13º 0.7% 0.71% -
XYZ 26.44 14.92 32.06 -
YUV 103.67 156.41 183.87 -
System Red Green Blue C M Y K H S L
Decimal 182 54 154 0 0.70 0.15 0.29 313.13 0.54 0.46
Hex B6 36 9A 0 46 F 1D 139 36 2E
Octal 266 66 232 0 106 17 35 471 66 56
Binary 10110110 110110 10011010 0 1000110 1111 11101 100111001 110110 101110

Color Harmonies of #B6369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6369A

Black with #B6369A

Text Example


Text Example

White with #B6369A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6369A; }

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

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

background-color css

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

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

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

border-color css

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

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

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