Html Css Color HEX #B6298B Medium Red Violet

📋 copy color: '#B6298B'

red 182 ◦ green 41 ◦ blue 139

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

Shades of Medium Red Violet #B6298B

Tints of Medium Red Violet #B6298B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.4%

R = 50.28%
G = 11.33%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6298B (or 0xB6298B) is known color: Medium Red Violet. HEX triplet: B6, 29 and 8B. RGB value is (182,41,139). Sum of RGB (Red+Green+Blue) = 182+41+139=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B6298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6298B is #49D674. Grayscale: #5E5E5E. Windows color (decimal): -4839029 or 9120182. OLE color: 9120182.

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

Color convert

RGB 182 41 139 -
CMYK 0 0.77 0.24 0.29
HSL 318.3º 0.63% 0.44% -
HSV(B) 318.3º 0.77% 0.71% -
XYZ 24.74 13.4 25.71 -
YUV 94.33 153.21 190.53 -
System Red Green Blue C M Y K H S L
Decimal 182 41 139 0 0.77 0.24 0.29 318.3 0.63 0.44
Hex B6 29 8B 0 4D 18 1D 13E 3F 2C
Octal 266 51 213 0 115 30 35 476 77 54
Binary 10110110 101001 10001011 0 1001101 11000 11101 100111110 111111 101100

Color Harmonies of #B6298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6298B

Black with #B6298B

Text Example


Text Example

White with #B6298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6298B; }

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

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

background-color css

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

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

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

border-color css

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

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

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