Html Css Color HEX #B3259A Medium Red Violet

📋 copy color: '#B3259A'

red 179 ◦ green 37 ◦ blue 154

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

Shades of Medium Red Violet #B3259A

Tints of Medium Red Violet #B3259A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.62%

R = 48.38%
G = 10%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B3259A (or 0xB3259A) is known color: Medium Red Violet. HEX triplet: B3, 25 and 9A. RGB value is (179,37,154). Sum of RGB (Red+Green+Blue) = 179+37+154=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B3259A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3259A is #4CDA65. Grayscale: #5C5C5C. Windows color (decimal): -5036646 or 10102195. OLE color: 10102195.

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

Color convert

RGB 179 37 154 -
CMYK 0 0.79 0.14 0.30
HSL 310.56º 0.66% 0.42% -
HSV(B) 310.56º 0.79% 0.7% -
XYZ 25.08 13.24 31.81 -
YUV 92.8 162.54 189.49 -
System Red Green Blue C M Y K H S L
Decimal 179 37 154 0 0.79 0.14 0.30 310.56 0.66 0.42
Hex B3 25 9A 0 4F E 1E 137 42 2A
Octal 263 45 232 0 117 16 36 467 102 52
Binary 10110011 100101 10011010 0 1001111 1110 11110 100110111 1000010 101010

Color Harmonies of #B3259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3259A

Black with #B3259A

Text Example


Text Example

White with #B3259A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3259A; }

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

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

background-color css

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

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

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

border-color css

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

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

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