Html Css Color HEX #B0238B Medium Red Violet

📋 copy color: '#B0238B'

red 176 ◦ green 35 ◦ blue 139

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

Shades of Medium Red Violet #B0238B

Tints of Medium Red Violet #B0238B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.71%

R = 50.29%
G = 10%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0238B (or 0xB0238B) is known color: Medium Red Violet. HEX triplet: B0, 23 and 8B. RGB value is (176,35,139). Sum of RGB (Red+Green+Blue) = 176+35+139=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B0238B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0238B is #4FDC74. Grayscale: #585858. Windows color (decimal): -5233781 or 9118640. OLE color: 9118640.

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

Color convert

RGB 176 35 139 -
CMYK 0 0.80 0.21 0.31
HSL 315.74º 0.67% 0.41% -
HSV(B) 315.74º 0.8% 0.69% -
XYZ 23.17 12.3 25.58 -
YUV 89.02 156.21 190.04 -
System Red Green Blue C M Y K H S L
Decimal 176 35 139 0 0.80 0.21 0.31 315.74 0.67 0.41
Hex B0 23 8B 0 50 15 1F 13C 43 29
Octal 260 43 213 0 120 25 37 474 103 51
Binary 10110000 100011 10001011 0 1010000 10101 11111 100111100 1000011 101001

Color Harmonies of #B0238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0238B

Black with #B0238B

Text Example


Text Example

White with #B0238B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0238B; }

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

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

background-color css

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

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

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

border-color css

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

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

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