Html Css Color HEX #B3256F Medium Red Violet

📋 copy color: '#B3256F'

red 179 ◦ green 37 ◦ blue 111

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

Shades of Medium Red Violet #B3256F

Tints of Medium Red Violet #B3256F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.94%

R = 54.74%
G = 11.31%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B3256F (or 0xB3256F) is known color: Medium Red Violet. HEX triplet: B3, 25 and 6F. RGB value is (179,37,111). Sum of RGB (Red+Green+Blue) = 179+37+111=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B3256F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3256F is #4CDA90. Grayscale: #575757. Windows color (decimal): -5036689 or 7284147. OLE color: 7284147.

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

Color convert

RGB 179 37 111 -
CMYK 0 0.79 0.38 0.30
HSL 328.73º 0.66% 0.42% -
HSV(B) 328.73º 0.79% 0.7% -
XYZ 22.12 12.05 16.2 -
YUV 87.89 141.04 192.98 -
System Red Green Blue C M Y K H S L
Decimal 179 37 111 0 0.79 0.38 0.30 328.73 0.66 0.42
Hex B3 25 6F 0 4F 26 1E 149 42 2A
Octal 263 45 157 0 117 46 36 511 102 52
Binary 10110011 100101 1101111 0 1001111 100110 11110 101001001 1000010 101010

Color Harmonies of #B3256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3256F

Black with #B3256F

Text Example


Text Example

White with #B3256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3256F; }

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

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

background-color css

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

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

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

border-color css

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

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

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