Html Css Color HEX #B0008D Medium Violet Red

📋 copy color: '#B0008D'

red 176 ◦ green 0 ◦ blue 141

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

Shades of Medium Violet Red #B0008D

Tints of Medium Violet Red #B0008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.52%
G = 0%
B = 44.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0008D (or 0xB0008D) is known color: Medium Violet Red. HEX triplet: B0, 00 and 8D. RGB value is (176,0,141). Sum of RGB (Red+Green+Blue) = 176+0+141=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B0008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0008D is #4FFF72. Grayscale: #444444. Windows color (decimal): -5242739 or 9240752. OLE color: 9240752.

HSL color Cylindrical-coordinate representation of color #B0008D: hue angle of 311.93º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B0008D is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 0 141 -
CMYK 0 1 0.20 0.31
HSL 311.93º 1% 0.35% -
HSV(B) 311.93º 1% 0.69% -
XYZ 22.71 11.15 26.16 -
YUV 68.7 168.81 204.54 -
System Red Green Blue C M Y K H S L
Decimal 176 0 141 0 1 0.20 0.31 311.93 1 0.35
Hex B0 0 8D 0 64 14 1F 138 64 23
Octal 260 0 215 0 144 24 37 470 144 43
Binary 10110000 0 10001101 0 1100100 10100 11111 100111000 1100100 100011

Color Harmonies of #B0008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0008D

Black with #B0008D

Text Example


Text Example

White with #B0008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0008D; }

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

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

background-color css

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

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

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

border-color css

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

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

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