Html Css Color HEX #B6367A Medium Red Violet

📋 copy color: '#B6367A'

red 182 ◦ green 54 ◦ blue 122

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

Shades of Medium Red Violet #B6367A

Tints of Medium Red Violet #B6367A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.08%

R = 50.84%
G = 15.08%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B6367A (or 0xB6367A) is known color: Medium Red Violet. HEX triplet: B6, 36 and 7A. RGB value is (182,54,122). Sum of RGB (Red+Green+Blue) = 182+54+122=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B6367A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6367A is #49C985. Grayscale: #636363. Windows color (decimal): -4835718 or 8009398. OLE color: 8009398.

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

Color convert

RGB 182 54 122 -
CMYK 0 0.70 0.33 0.29
HSL 328.13º 0.54% 0.46% -
HSV(B) 328.13º 0.7% 0.71% -
XYZ 24.12 13.99 19.84 -
YUV 100.02 140.41 186.47 -
System Red Green Blue C M Y K H S L
Decimal 182 54 122 0 0.70 0.33 0.29 328.13 0.54 0.46
Hex B6 36 7A 0 46 21 1D 148 36 2E
Octal 266 66 172 0 106 41 35 510 66 56
Binary 10110110 110110 1111010 0 1000110 100001 11101 101001000 110110 101110

Color Harmonies of #B6367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6367A

Black with #B6367A

Text Example


Text Example

White with #B6367A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6367A; }

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

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

background-color css

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

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

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

border-color css

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

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

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