Html Css Color HEX #B0238D Medium Red Violet

📋 copy color: '#B0238D'

red 176 ◦ green 35 ◦ blue 141

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

Shades of Medium Red Violet #B0238D

Tints of Medium Red Violet #B0238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.94%

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

R = 50%
G = 9.94%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0238D (or 0xB0238D) is known color: Medium Red Violet. HEX triplet: B0, 23 and 8D. RGB value is (176,35,141). Sum of RGB (Red+Green+Blue) = 176+35+141=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B0238D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0238D is #4FDC72. Grayscale: #585858. Windows color (decimal): -5233779 or 9249712. OLE color: 9249712.

HSL color Cylindrical-coordinate representation of color #B0238D: hue angle of 314.89º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0238D is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 35 141 -
CMYK 0 0.80 0.20 0.31
HSL 314.89º 0.67% 0.41% -
HSV(B) 314.89º 0.8% 0.69% -
XYZ 23.31 12.36 26.36 -
YUV 89.24 157.21 189.88 -
System Red Green Blue C M Y K H S L
Decimal 176 35 141 0 0.80 0.20 0.31 314.89 0.67 0.41
Hex B0 23 8D 0 50 14 1F 13B 43 29
Octal 260 43 215 0 120 24 37 473 103 51
Binary 10110000 100011 10001101 0 1010000 10100 11111 100111011 1000011 101001

Color Harmonies of #B0238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0238D

Black with #B0238D

Text Example


Text Example

White with #B0238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0238D; }

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

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

background-color css

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

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

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

border-color css

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

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

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