Html Css Color HEX #B6298D Medium Red Violet

📋 copy color: '#B6298D'

red 182 ◦ green 41 ◦ blue 141

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

Shades of Medium Red Violet #B6298D

Tints of Medium Red Violet #B6298D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.74%

R = 50%
G = 11.26%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6298D (or 0xB6298D) is known color: Medium Red Violet. HEX triplet: B6, 29 and 8D. RGB value is (182,41,141). Sum of RGB (Red+Green+Blue) = 182+41+141=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B6298D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6298D is #49D672. Grayscale: #5E5E5E. Windows color (decimal): -4839027 or 9251254. OLE color: 9251254.

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

Color convert

RGB 182 41 141 -
CMYK 0 0.77 0.23 0.29
HSL 317.45º 0.63% 0.44% -
HSV(B) 317.45º 0.77% 0.71% -
XYZ 24.89 13.45 26.48 -
YUV 94.56 154.21 190.37 -
System Red Green Blue C M Y K H S L
Decimal 182 41 141 0 0.77 0.23 0.29 317.45 0.63 0.44
Hex B6 29 8D 0 4D 17 1D 13D 3F 2C
Octal 266 51 215 0 115 27 35 475 77 54
Binary 10110110 101001 10001101 0 1001101 10111 11101 100111101 111111 101100

Color Harmonies of #B6298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6298D

Black with #B6298D

Text Example


Text Example

White with #B6298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6298D; }

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

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

background-color css

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

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

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

border-color css

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

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

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