Html Css Color HEX #B6358D Medium Red Violet

📋 copy color: '#B6358D'

red 182 ◦ green 53 ◦ blue 141

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

Shades of Medium Red Violet #B6358D

Tints of Medium Red Violet #B6358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.1%

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

R = 48.4%
G = 14.1%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6358D (or 0xB6358D) is known color: Medium Red Violet. HEX triplet: B6, 35 and 8D. RGB value is (182,53,141). Sum of RGB (Red+Green+Blue) = 182+53+141=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B6358D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6358D is #49CA72. Grayscale: #656565. Windows color (decimal): -4835955 or 9254326. OLE color: 9254326.

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

Color convert

RGB 182 53 141 -
CMYK 0 0.71 0.23 0.29
HSL 319.07º 0.55% 0.46% -
HSV(B) 319.07º 0.71% 0.71% -
XYZ 25.37 14.41 26.64 -
YUV 101.6 150.24 185.34 -
System Red Green Blue C M Y K H S L
Decimal 182 53 141 0 0.71 0.23 0.29 319.07 0.55 0.46
Hex B6 35 8D 0 47 17 1D 13F 37 2E
Octal 266 65 215 0 107 27 35 477 67 56
Binary 10110110 110101 10001101 0 1000111 10111 11101 100111111 110111 101110

Color Harmonies of #B6358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6358D

Black with #B6358D

Text Example


Text Example

White with #B6358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6358D; }

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

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

background-color css

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

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

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

border-color css

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

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

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