Html Css Color HEX #B6358C Medium Red Violet

📋 copy color: '#B6358C'

red 182 ◦ green 53 ◦ blue 140

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

Shades of Medium Red Violet #B6358C

Tints of Medium Red Violet #B6358C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 48.53%
G = 14.13%
B = 37.33%

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

#B6358C (or 0xB6358C) is known color: Medium Red Violet. HEX triplet: B6, 35 and 8C. RGB value is (182,53,140). Sum of RGB (Red+Green+Blue) = 182+53+140=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B6358C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6358C is #49CA73. Grayscale: #656565. Windows color (decimal): -4835956 or 9188790. OLE color: 9188790.

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

Color convert

RGB 182 53 140 -
CMYK 0 0.71 0.23 0.29
HSL 319.53º 0.55% 0.46% -
HSV(B) 319.53º 0.71% 0.71% -
XYZ 25.3 14.38 26.25 -
YUV 101.49 149.74 185.43 -
System Red Green Blue C M Y K H S L
Decimal 182 53 140 0 0.71 0.23 0.29 319.53 0.55 0.46
Hex B6 35 8C 0 47 17 1D 140 37 2E
Octal 266 65 214 0 107 27 35 500 67 56
Binary 10110110 110101 10001100 0 1000111 10111 11101 101000000 110111 101110

Color Harmonies of #B6358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6358C

Black with #B6358C

Text Example


Text Example

White with #B6358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6358C; }

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

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

background-color css

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

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

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

border-color css

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

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

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