Html Css Color HEX #B0238C Medium Red Violet

📋 copy color: '#B0238C'

red 176 ◦ green 35 ◦ blue 140

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

Shades of Medium Red Violet #B0238C

Tints of Medium Red Violet #B0238C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.89%

R = 50.14%
G = 9.97%
B = 39.89%

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

#B0238C (or 0xB0238C) is known color: Medium Red Violet. HEX triplet: B0, 23 and 8C. RGB value is (176,35,140). Sum of RGB (Red+Green+Blue) = 176+35+140=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0238C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0238C is #4FDC73. Grayscale: #585858. Windows color (decimal): -5233780 or 9184176. OLE color: 9184176.

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

Color convert

RGB 176 35 140 -
CMYK 0 0.80 0.20 0.31
HSL 315.32º 0.67% 0.41% -
HSV(B) 315.32º 0.8% 0.69% -
XYZ 23.24 12.33 25.97 -
YUV 89.13 156.71 189.96 -
System Red Green Blue C M Y K H S L
Decimal 176 35 140 0 0.80 0.20 0.31 315.32 0.67 0.41
Hex B0 23 8C 0 50 14 1F 13B 43 29
Octal 260 43 214 0 120 24 37 473 103 51
Binary 10110000 100011 10001100 0 1010000 10100 11111 100111011 1000011 101001

Color Harmonies of #B0238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0238C

Black with #B0238C

Text Example


Text Example

White with #B0238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0238C; }

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

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

background-color css

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

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

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

border-color css

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

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

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