Html Css Color HEX #B0237B Medium Red Violet

📋 copy color: '#B0237B'

red 176 ◦ green 35 ◦ blue 123

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

Shades of Medium Red Violet #B0237B

Tints of Medium Red Violet #B0237B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.83%

R = 52.69%
G = 10.48%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0237B (or 0xB0237B) is known color: Medium Red Violet. HEX triplet: B0, 23 and 7B. RGB value is (176,35,123). Sum of RGB (Red+Green+Blue) = 176+35+123=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0237B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0237B is #4FDC84. Grayscale: #565656. Windows color (decimal): -5233797 or 8070064. OLE color: 8070064.

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

Color convert

RGB 176 35 123 -
CMYK 0 0.80 0.30 0.31
HSL 322.55º 0.67% 0.41% -
HSV(B) 322.55º 0.8% 0.69% -
XYZ 22.08 11.86 19.86 -
YUV 87.19 148.21 191.34 -
System Red Green Blue C M Y K H S L
Decimal 176 35 123 0 0.80 0.30 0.31 322.55 0.67 0.41
Hex B0 23 7B 0 50 1E 1F 143 43 29
Octal 260 43 173 0 120 36 37 503 103 51
Binary 10110000 100011 1111011 0 1010000 11110 11111 101000011 1000011 101001

Color Harmonies of #B0237B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0237B

Black with #B0237B

Text Example


Text Example

White with #B0237B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0237B; }

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

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

background-color css

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

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

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

border-color css

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

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

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