Html Css Color HEX #B6207D Medium Red Violet

📋 copy color: '#B6207D'

red 182 ◦ green 32 ◦ blue 125

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

Shades of Medium Red Violet #B6207D

Tints of Medium Red Violet #B6207D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.87%

R = 53.69%
G = 9.44%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6207D (or 0xB6207D) is known color: Medium Red Violet. HEX triplet: B6, 20 and 7D. RGB value is (182,32,125). Sum of RGB (Red+Green+Blue) = 182+32+125=339 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.69% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 182 - color contains mainly: red. Hex color #B6207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6207D is #49DF82. Grayscale: #575757. Windows color (decimal): -4841347 or 8200374. OLE color: 8200374.

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

Color convert

RGB 182 32 125 -
CMYK 0 0.82 0.31 0.29
HSL 322.8º 0.7% 0.42% -
HSV(B) 322.8º 0.82% 0.71% -
XYZ 23.51 12.46 20.57 -
YUV 87.45 149.2 195.44 -
System Red Green Blue C M Y K H S L
Decimal 182 32 125 0 0.82 0.31 0.29 322.8 0.7 0.42
Hex B6 20 7D 0 52 1F 1D 143 46 2A
Octal 266 40 175 0 122 37 35 503 106 52
Binary 10110110 100000 1111101 0 1010010 11111 11101 101000011 1000110 101010

Color Harmonies of #B6207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6207D

Black with #B6207D

Text Example


Text Example

White with #B6207D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6207D; }

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

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

background-color css

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

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

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

border-color css

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

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

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