Html Css Color HEX #B3256C Medium Red Violet

📋 copy color: '#B3256C'

red 179 ◦ green 37 ◦ blue 108

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

Shades of Medium Red Violet #B3256C

Tints of Medium Red Violet #B3256C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.33%

R = 55.25%
G = 11.42%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B3256C (or 0xB3256C) is known color: Medium Red Violet. HEX triplet: B3, 25 and 6C. RGB value is (179,37,108). Sum of RGB (Red+Green+Blue) = 179+37+108=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B3256C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3256C is #4CDA93. Grayscale: #575757. Windows color (decimal): -5036692 or 7087539. OLE color: 7087539.

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

Color convert

RGB 179 37 108 -
CMYK 0 0.79 0.40 0.30
HSL 330º 0.66% 0.42% -
HSV(B) 330º 0.79% 0.7% -
XYZ 21.96 11.99 15.34 -
YUV 87.55 139.54 193.23 -
System Red Green Blue C M Y K H S L
Decimal 179 37 108 0 0.79 0.40 0.30 330 0.66 0.42
Hex B3 25 6C 0 4F 28 1E 14A 42 2A
Octal 263 45 154 0 117 50 36 512 102 52
Binary 10110011 100101 1101100 0 1001111 101000 11110 101001010 1000010 101010

Color Harmonies of #B3256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3256C

Black with #B3256C

Text Example


Text Example

White with #B3256C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3256C; }

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

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

background-color css

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

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

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

border-color css

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

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

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