Html Css Color HEX #B6339F Medium Red Violet

📋 copy color: '#B6339F'

red 182 ◦ green 51 ◦ blue 159

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

Shades of Medium Red Violet #B6339F

Tints of Medium Red Violet #B6339F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.01%

 BLUE value IS 159 (62.5% from 255) = 40.56%

R = 46.43%
G = 13.01%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6339F (or 0xB6339F) is known color: Medium Red Violet. HEX triplet: B6, 33 and 9F. RGB value is (182,51,159). Sum of RGB (Red+Green+Blue) = 182+51+159=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B6339F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6339F is #49CC60. Grayscale: #666666. Windows color (decimal): -4836449 or 10433462. OLE color: 10433462.

HSL color Cylindrical-coordinate representation of color #B6339F: hue angle of 310.53º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B6339F is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 51 159 -
CMYK 0 0.72 0.13 0.29
HSL 310.53º 0.56% 0.46% -
HSV(B) 310.53º 0.72% 0.71% -
XYZ 26.73 14.82 34.25 -
YUV 102.48 159.9 184.72 -
System Red Green Blue C M Y K H S L
Decimal 182 51 159 0 0.72 0.13 0.29 310.53 0.56 0.46
Hex B6 33 9F 0 48 D 1D 137 38 2E
Octal 266 63 237 0 110 15 35 467 70 56
Binary 10110110 110011 10011111 0 1001000 1101 11101 100110111 111000 101110

Color Harmonies of #B6339F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6339F

Black with #B6339F

Text Example


Text Example

White with #B6339F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6339F; }

 p { color: rgb(182,51,159); }

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

background-color css

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

 a { background-color: rgb(182,51,159); }

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

border-color css

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

 span { border-color: rgb(182,51,159); }

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