Html Css Color HEX #B0258D Medium Red Violet

📋 copy color: '#B0258D'

red 176 ◦ green 37 ◦ blue 141

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

Shades of Medium Red Violet #B0258D

Tints of Medium Red Violet #B0258D

RGB

 RED value IS 176 (69.14% from 255) = 49.72%

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

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

R = 49.72%
G = 10.45%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0258D (or 0xB0258D) is known color: Medium Red Violet. HEX triplet: B0, 25 and 8D. RGB value is (176,37,141). Sum of RGB (Red+Green+Blue) = 176+37+141=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0258D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0258D is #4FDA72. Grayscale: #5A5A5A. Windows color (decimal): -5233267 or 9250224. OLE color: 9250224.

HSL color Cylindrical-coordinate representation of color #B0258D: hue angle of 315.11º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0258D is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 37 141 -
CMYK 0 0.79 0.20 0.31
HSL 315.11º 0.65% 0.42% -
HSV(B) 315.11º 0.79% 0.69% -
XYZ 23.37 12.48 26.38 -
YUV 90.42 156.55 189.04 -
System Red Green Blue C M Y K H S L
Decimal 176 37 141 0 0.79 0.20 0.31 315.11 0.65 0.42
Hex B0 25 8D 0 4F 14 1F 13B 41 2A
Octal 260 45 215 0 117 24 37 473 101 52
Binary 10110000 100101 10001101 0 1001111 10100 11111 100111011 1000001 101010

Color Harmonies of #B0258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0258D

Black with #B0258D

Text Example


Text Example

White with #B0258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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