Html Css Color HEX #B3258D Medium Red Violet

📋 copy color: '#B3258D'

red 179 ◦ green 37 ◦ blue 141

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

Shades of Medium Red Violet #B3258D

Tints of Medium Red Violet #B3258D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.5%

R = 50.14%
G = 10.36%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3258D (or 0xB3258D) is known color: Medium Red Violet. HEX triplet: B3, 25 and 8D. RGB value is (179,37,141). Sum of RGB (Red+Green+Blue) = 179+37+141=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B3258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3258D is #4CDA72. Grayscale: #5B5B5B. Windows color (decimal): -5036659 or 9250227. OLE color: 9250227.

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

Color convert

RGB 179 37 141 -
CMYK 0 0.79 0.21 0.30
HSL 316.06º 0.66% 0.42% -
HSV(B) 316.06º 0.79% 0.7% -
XYZ 24.06 12.83 26.41 -
YUV 91.31 156.04 190.54 -
System Red Green Blue C M Y K H S L
Decimal 179 37 141 0 0.79 0.21 0.30 316.06 0.66 0.42
Hex B3 25 8D 0 4F 15 1E 13C 42 2A
Octal 263 45 215 0 117 25 36 474 102 52
Binary 10110011 100101 10001101 0 1001111 10101 11110 100111100 1000010 101010

Color Harmonies of #B3258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3258D

Black with #B3258D

Text Example


Text Example

White with #B3258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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