Html Css Color HEX #B6297D Medium Red Violet

📋 copy color: '#B6297D'

red 182 ◦ green 41 ◦ blue 125

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

Shades of Medium Red Violet #B6297D

Tints of Medium Red Violet #B6297D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.78%

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

R = 52.3%
G = 11.78%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6297D (or 0xB6297D) is known color: Medium Red Violet. HEX triplet: B6, 29 and 7D. RGB value is (182,41,125). Sum of RGB (Red+Green+Blue) = 182+41+125=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B6297D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6297D is #49D682. Grayscale: #5C5C5C. Windows color (decimal): -4839043 or 8202678. OLE color: 8202678.

HSL color Cylindrical-coordinate representation of color #B6297D: hue angle of 324.26º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6297D is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 41 125 -
CMYK 0 0.77 0.31 0.29
HSL 324.26º 0.63% 0.44% -
HSV(B) 324.26º 0.77% 0.71% -
XYZ 23.79 13.01 20.66 -
YUV 92.74 146.21 191.67 -
System Red Green Blue C M Y K H S L
Decimal 182 41 125 0 0.77 0.31 0.29 324.26 0.63 0.44
Hex B6 29 7D 0 4D 1F 1D 144 3F 2C
Octal 266 51 175 0 115 37 35 504 77 54
Binary 10110110 101001 1111101 0 1001101 11111 11101 101000100 111111 101100

Color Harmonies of #B6297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6297D

Black with #B6297D

Text Example


Text Example

White with #B6297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6297D; }

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

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

background-color css

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

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

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

border-color css

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

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

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