Html Css Color HEX #B0267C Medium Red Violet

📋 copy color: '#B0267C'

red 176 ◦ green 38 ◦ blue 124

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

Shades of Medium Red Violet #B0267C

Tints of Medium Red Violet #B0267C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.69%

R = 52.07%
G = 11.24%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0267C (or 0xB0267C) is known color: Medium Red Violet. HEX triplet: B0, 26 and 7C. RGB value is (176,38,124). Sum of RGB (Red+Green+Blue) = 176+38+124=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B0267C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0267C is #4FD983. Grayscale: #585858. Windows color (decimal): -5233028 or 8136368. OLE color: 8136368.

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

Color convert

RGB 176 38 124 -
CMYK 0 0.78 0.30 0.31
HSL 322.61º 0.64% 0.42% -
HSV(B) 322.61º 0.78% 0.69% -
XYZ 22.24 12.07 20.23 -
YUV 89.07 147.72 190.01 -
System Red Green Blue C M Y K H S L
Decimal 176 38 124 0 0.78 0.30 0.31 322.61 0.64 0.42
Hex B0 26 7C 0 4E 1E 1F 143 40 2A
Octal 260 46 174 0 116 36 37 503 100 52
Binary 10110000 100110 1111100 0 1001110 11110 11111 101000011 1000000 101010

Color Harmonies of #B0267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0267C

Black with #B0267C

Text Example


Text Example

White with #B0267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0267C; }

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

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

background-color css

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

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

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

border-color css

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

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

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