Html Css Color HEX #B6207B Medium Red Violet

📋 copy color: '#B6207B'

red 182 ◦ green 32 ◦ blue 123

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

Shades of Medium Red Violet #B6207B

Tints of Medium Red Violet #B6207B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.5%

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

R = 54.01%
G = 9.5%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6207B (or 0xB6207B) is known color: Medium Red Violet. HEX triplet: B6, 20 and 7B. RGB value is (182,32,123). Sum of RGB (Red+Green+Blue) = 182+32+123=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B6207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6207B is #49DF84. Grayscale: #575757. Windows color (decimal): -4841349 or 8069302. OLE color: 8069302.

HSL color Cylindrical-coordinate representation of color #B6207B: hue angle of 323.6º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B6207B is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 32 123 -
CMYK 0 0.82 0.32 0.29
HSL 323.6º 0.7% 0.42% -
HSV(B) 323.6º 0.82% 0.71% -
XYZ 23.38 12.41 19.9 -
YUV 87.22 148.2 195.6 -
System Red Green Blue C M Y K H S L
Decimal 182 32 123 0 0.82 0.32 0.29 323.6 0.7 0.42
Hex B6 20 7B 0 52 20 1D 144 46 2A
Octal 266 40 173 0 122 40 35 504 106 52
Binary 10110110 100000 1111011 0 1010010 100000 11101 101000100 1000110 101010

Color Harmonies of #B6207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6207B

Black with #B6207B

Text Example


Text Example

White with #B6207B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6207B; }

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

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

background-color css

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

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

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

border-color css

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

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

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