Html Css Color HEX #B3257E Medium Red Violet

📋 copy color: '#B3257E'

red 179 ◦ green 37 ◦ blue 126

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

Shades of Medium Red Violet #B3257E

Tints of Medium Red Violet #B3257E

RGB

 RED value IS 179 (70.31% from 255) = 52.34%

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

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

R = 52.34%
G = 10.82%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B3257E (or 0xB3257E) is known color: Medium Red Violet. HEX triplet: B3, 25 and 7E. RGB value is (179,37,126). Sum of RGB (Red+Green+Blue) = 179+37+126=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B3257E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3257E is #4CDA81. Grayscale: #595959. Windows color (decimal): -5036674 or 8267187. OLE color: 8267187.

HSL color Cylindrical-coordinate representation of color #B3257E: hue angle of 322.39º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B3257E is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 37 126 -
CMYK 0 0.79 0.30 0.30
HSL 322.39º 0.66% 0.42% -
HSV(B) 322.39º 0.79% 0.7% -
XYZ 23.02 12.41 20.92 -
YUV 89.6 148.54 191.76 -
System Red Green Blue C M Y K H S L
Decimal 179 37 126 0 0.79 0.30 0.30 322.39 0.66 0.42
Hex B3 25 7E 0 4F 1E 1E 142 42 2A
Octal 263 45 176 0 117 36 36 502 102 52
Binary 10110011 100101 1111110 0 1001111 11110 11110 101000010 1000010 101010

Color Harmonies of #B3257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3257E

Black with #B3257E

Text Example


Text Example

White with #B3257E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3257E; }

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

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

background-color css

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

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

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

border-color css

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

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

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