Html Css Color HEX #B6239D Medium Red Violet

📋 copy color: '#B6239D'

red 182 ◦ green 35 ◦ blue 157

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

Shades of Medium Red Violet #B6239D

Tints of Medium Red Violet #B6239D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.98%

R = 48.66%
G = 9.36%
B = 41.98%

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

#B6239D (or 0xB6239D) is known color: Medium Red Violet. HEX triplet: B6, 23 and 9D. RGB value is (182,35,157). Sum of RGB (Red+Green+Blue) = 182+35+157=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 35 (14.06% from 255 or 9.36% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B6239D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6239D is #49DC62. Grayscale: #5C5C5C. Windows color (decimal): -4840547 or 10298294. OLE color: 10298294.

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

Color convert

RGB 182 35 157 -
CMYK 0 0.81 0.14 0.29
HSL 310.2º 0.68% 0.43% -
HSV(B) 310.2º 0.81% 0.71% -
XYZ 25.98 13.58 33.15 -
YUV 92.86 164.2 191.58 -
System Red Green Blue C M Y K H S L
Decimal 182 35 157 0 0.81 0.14 0.29 310.2 0.68 0.43
Hex B6 23 9D 0 51 E 1D 136 44 2B
Octal 266 43 235 0 121 16 35 466 104 53
Binary 10110110 100011 10011101 0 1010001 1110 11101 100110110 1000100 101011

Color Harmonies of #B6239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6239D

Black with #B6239D

Text Example


Text Example

White with #B6239D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6239D; }

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

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

background-color css

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

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

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

border-color css

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

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

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