Html Css Color HEX #B6357E Medium Red Violet

📋 copy color: '#B6357E'

red 182 ◦ green 53 ◦ blue 126

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

Shades of Medium Red Violet #B6357E

Tints of Medium Red Violet #B6357E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.9%

R = 50.42%
G = 14.68%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6357E (or 0xB6357E) is known color: Medium Red Violet. HEX triplet: B6, 35 and 7E. RGB value is (182,53,126). Sum of RGB (Red+Green+Blue) = 182+53+126=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B6357E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6357E is #49CA81. Grayscale: #636363. Windows color (decimal): -4835970 or 8271286. OLE color: 8271286.

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

Color convert

RGB 182 53 126 -
CMYK 0 0.71 0.31 0.29
HSL 326.05º 0.55% 0.46% -
HSV(B) 326.05º 0.71% 0.71% -
XYZ 24.33 14 21.16 -
YUV 99.89 142.74 186.56 -
System Red Green Blue C M Y K H S L
Decimal 182 53 126 0 0.71 0.31 0.29 326.05 0.55 0.46
Hex B6 35 7E 0 47 1F 1D 146 37 2E
Octal 266 65 176 0 107 37 35 506 67 56
Binary 10110110 110101 1111110 0 1000111 11111 11101 101000110 110111 101110

Color Harmonies of #B6357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6357E

Black with #B6357E

Text Example


Text Example

White with #B6357E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6357E; }

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

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

background-color css

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

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

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

border-color css

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

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

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