Html Css Color HEX #B0268D Medium Red Violet

📋 copy color: '#B0268D'

red 176 ◦ green 38 ◦ blue 141

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

Shades of Medium Red Violet #B0268D

Tints of Medium Red Violet #B0268D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.72%

R = 49.58%
G = 10.7%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0268D (or 0xB0268D) is known color: Medium Red Violet. HEX triplet: B0, 26 and 8D. RGB value is (176,38,141). Sum of RGB (Red+Green+Blue) = 176+38+141=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0268D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0268D is #4FD972. Grayscale: #5A5A5A. Windows color (decimal): -5233011 or 9250480. OLE color: 9250480.

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

Color convert

RGB 176 38 141 -
CMYK 0 0.78 0.20 0.31
HSL 315.22º 0.64% 0.42% -
HSV(B) 315.22º 0.78% 0.69% -
XYZ 23.41 12.54 26.39 -
YUV 91 156.22 188.62 -
System Red Green Blue C M Y K H S L
Decimal 176 38 141 0 0.78 0.20 0.31 315.22 0.64 0.42
Hex B0 26 8D 0 4E 14 1F 13B 40 2A
Octal 260 46 215 0 116 24 37 473 100 52
Binary 10110000 100110 10001101 0 1001110 10100 11111 100111011 1000000 101010

Color Harmonies of #B0268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0268D

Black with #B0268D

Text Example


Text Example

White with #B0268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0268D; }

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

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

background-color css

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

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

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

border-color css

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

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

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