Html Css Color HEX #B6338D Medium Red Violet

📋 copy color: '#B6338D'

red 182 ◦ green 51 ◦ blue 141

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

Shades of Medium Red Violet #B6338D

Tints of Medium Red Violet #B6338D

RGB

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

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

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

R = 48.66%
G = 13.64%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6338D (or 0xB6338D) is known color: Medium Red Violet. HEX triplet: B6, 33 and 8D. RGB value is (182,51,141). Sum of RGB (Red+Green+Blue) = 182+51+141=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B6338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6338D is #49CC72. Grayscale: #646464. Windows color (decimal): -4836467 or 9253814. OLE color: 9253814.

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

Color convert

RGB 182 51 141 -
CMYK 0 0.72 0.23 0.29
HSL 318.78º 0.56% 0.46% -
HSV(B) 318.78º 0.72% 0.71% -
XYZ 25.28 14.24 26.61 -
YUV 100.43 150.9 186.18 -
System Red Green Blue C M Y K H S L
Decimal 182 51 141 0 0.72 0.23 0.29 318.78 0.56 0.46
Hex B6 33 8D 0 48 17 1D 13F 38 2E
Octal 266 63 215 0 110 27 35 477 70 56
Binary 10110110 110011 10001101 0 1001000 10111 11101 100111111 111000 101110

Color Harmonies of #B6338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6338D

Black with #B6338D

Text Example


Text Example

White with #B6338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6338D; }

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

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

background-color css

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

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

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

border-color css

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

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

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