Html Css Color HEX #B3256E Medium Red Violet

📋 copy color: '#B3256E'

red 179 ◦ green 37 ◦ blue 110

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

Shades of Medium Red Violet #B3256E

Tints of Medium Red Violet #B3256E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.74%

R = 54.91%
G = 11.35%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B3256E (or 0xB3256E) is known color: Medium Red Violet. HEX triplet: B3, 25 and 6E. RGB value is (179,37,110). Sum of RGB (Red+Green+Blue) = 179+37+110=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B3256E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3256E is #4CDA91. Grayscale: #575757. Windows color (decimal): -5036690 or 7218611. OLE color: 7218611.

HSL color Cylindrical-coordinate representation of color #B3256E: hue angle of 329.15º 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 #B3256E is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 37 110 -
CMYK 0 0.79 0.39 0.30
HSL 329.15º 0.66% 0.42% -
HSV(B) 329.15º 0.79% 0.7% -
XYZ 22.07 12.03 15.91 -
YUV 87.78 140.54 193.06 -
System Red Green Blue C M Y K H S L
Decimal 179 37 110 0 0.79 0.39 0.30 329.15 0.66 0.42
Hex B3 25 6E 0 4F 27 1E 149 42 2A
Octal 263 45 156 0 117 47 36 511 102 52
Binary 10110011 100101 1101110 0 1001111 100111 11110 101001001 1000010 101010

Color Harmonies of #B3256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3256E

Black with #B3256E

Text Example


Text Example

White with #B3256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3256E; }

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

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

background-color css

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

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

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

border-color css

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

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

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