Html Css Color HEX #B0227D Medium Red Violet

📋 copy color: '#B0227D'

red 176 ◦ green 34 ◦ blue 125

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

Shades of Medium Red Violet #B0227D

Tints of Medium Red Violet #B0227D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.15%

 BLUE value IS 125 (49.22% from 255) = 37.31%

R = 52.54%
G = 10.15%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0227D (or 0xB0227D) is known color: Medium Red Violet. HEX triplet: B0, 22 and 7D. RGB value is (176,34,125). Sum of RGB (Red+Green+Blue) = 176+34+125=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0227D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0227D is #4FDD82. Grayscale: #565656. Windows color (decimal): -5234051 or 8200880. OLE color: 8200880.

HSL color Cylindrical-coordinate representation of color #B0227D: hue angle of 321.55º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0227D is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 34 125 -
CMYK 0 0.81 0.29 0.31
HSL 321.55º 0.68% 0.41% -
HSV(B) 321.55º 0.81% 0.69% -
XYZ 22.18 11.85 20.52 -
YUV 86.83 149.54 191.6 -
System Red Green Blue C M Y K H S L
Decimal 176 34 125 0 0.81 0.29 0.31 321.55 0.68 0.41
Hex B0 22 7D 0 51 1D 1F 142 44 29
Octal 260 42 175 0 121 35 37 502 104 51
Binary 10110000 100010 1111101 0 1010001 11101 11111 101000010 1000100 101001

Color Harmonies of #B0227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0227D

Black with #B0227D

Text Example


Text Example

White with #B0227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0227D; }

 p { color: rgb(176,34,125); }

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

background-color css

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

 a { background-color: rgb(176,34,125); }

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

border-color css

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

 span { border-color: rgb(176,34,125); }

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