Html Css Color HEX #B0267D Medium Red Violet

📋 copy color: '#B0267D'

red 176 ◦ green 38 ◦ blue 125

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

Shades of Medium Red Violet #B0267D

Tints of Medium Red Violet #B0267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.21%

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

R = 51.92%
G = 11.21%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0267D (or 0xB0267D) is known color: Medium Red Violet. HEX triplet: B0, 26 and 7D. RGB value is (176,38,125). Sum of RGB (Red+Green+Blue) = 176+38+125=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0267D is #4FD982. Grayscale: #585858. Windows color (decimal): -5233027 or 8201904. OLE color: 8201904.

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

Color convert

RGB 176 38 125 -
CMYK 0 0.78 0.29 0.31
HSL 322.17º 0.64% 0.42% -
HSV(B) 322.17º 0.78% 0.69% -
XYZ 22.3 12.1 20.56 -
YUV 89.18 148.22 189.93 -
System Red Green Blue C M Y K H S L
Decimal 176 38 125 0 0.78 0.29 0.31 322.17 0.64 0.42
Hex B0 26 7D 0 4E 1D 1F 142 40 2A
Octal 260 46 175 0 116 35 37 502 100 52
Binary 10110000 100110 1111101 0 1001110 11101 11111 101000010 1000000 101010

Color Harmonies of #B0267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0267D

Black with #B0267D

Text Example


Text Example

White with #B0267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0267D; }

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

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

background-color css

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

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

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

border-color css

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

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

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