Html Css Color HEX #B6257E Medium Red Violet

📋 copy color: '#B6257E'

red 182 ◦ green 37 ◦ blue 126

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

Shades of Medium Red Violet #B6257E

Tints of Medium Red Violet #B6257E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.72%

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

R = 52.75%
G = 10.72%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6257E (or 0xB6257E) is known color: Medium Red Violet. HEX triplet: B6, 25 and 7E. RGB value is (182,37,126). Sum of RGB (Red+Green+Blue) = 182+37+126=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B6257E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6257E is #49DA81. Grayscale: #5A5A5A. Windows color (decimal): -4840066 or 8267190. OLE color: 8267190.

HSL color Cylindrical-coordinate representation of color #B6257E: hue angle of 323.17º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6257E is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 37 126 -
CMYK 0 0.80 0.31 0.29
HSL 323.17º 0.66% 0.43% -
HSV(B) 323.17º 0.8% 0.71% -
XYZ 23.72 12.77 20.95 -
YUV 90.5 148.04 193.26 -
System Red Green Blue C M Y K H S L
Decimal 182 37 126 0 0.80 0.31 0.29 323.17 0.66 0.43
Hex B6 25 7E 0 50 1F 1D 143 42 2B
Octal 266 45 176 0 120 37 35 503 102 53
Binary 10110110 100101 1111110 0 1010000 11111 11101 101000011 1000010 101011

Color Harmonies of #B6257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6257E

Black with #B6257E

Text Example


Text Example

White with #B6257E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6257E; }

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

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

background-color css

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

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

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

border-color css

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

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

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