Html Css Color HEX #B6239C Medium Red Violet

📋 copy color: '#B6239C'

red 182 ◦ green 35 ◦ blue 156

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

Shades of Medium Red Violet #B6239C

Tints of Medium Red Violet #B6239C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.38%

 BLUE value IS 156 (61.33% from 255) = 41.82%

R = 48.79%
G = 9.38%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6239C (or 0xB6239C) is known color: Medium Red Violet. HEX triplet: B6, 23 and 9C. RGB value is (182,35,156). Sum of RGB (Red+Green+Blue) = 182+35+156=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 35 (14.06% from 255 or 9.38% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B6239C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6239C is #49DC63. Grayscale: #5C5C5C. Windows color (decimal): -4840548 or 10232758. OLE color: 10232758.

HSL color Cylindrical-coordinate representation of color #B6239C: hue angle of 310.61º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B6239C is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 35 156 -
CMYK 0 0.81 0.14 0.29
HSL 310.61º 0.68% 0.43% -
HSV(B) 310.61º 0.81% 0.71% -
XYZ 25.89 13.55 32.7 -
YUV 92.75 163.7 191.66 -
System Red Green Blue C M Y K H S L
Decimal 182 35 156 0 0.81 0.14 0.29 310.61 0.68 0.43
Hex B6 23 9C 0 51 E 1D 137 44 2B
Octal 266 43 234 0 121 16 35 467 104 53
Binary 10110110 100011 10011100 0 1010001 1110 11101 100110111 1000100 101011

Color Harmonies of #B6239C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6239C

Black with #B6239C

Text Example


Text Example

White with #B6239C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6239C; }

 p { color: rgb(182,35,156); }

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

background-color css

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

 a { background-color: rgb(182,35,156); }

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

border-color css

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

 span { border-color: rgb(182,35,156); }

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