Html Css Color HEX #B00C90 Medium Violet Red

📋 copy color: '#B00C90'

red 176 ◦ green 12 ◦ blue 144

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

Shades of Medium Violet Red #B00C90

Tints of Medium Violet Red #B00C90

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.61%

 BLUE value IS 144 (56.64% from 255) = 43.37%

R = 53.01%
G = 3.61%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B00C90 (or 0xB00C90) is known color: Medium Violet Red. HEX triplet: B0, 0C and 90. RGB value is (176,12,144). Sum of RGB (Red+Green+Blue) = 176+12+144=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00C90 is #4FF36F. Grayscale: #4B4B4B. Windows color (decimal): -5239664 or 9440432. OLE color: 9440432.

HSL color Cylindrical-coordinate representation of color #B00C90: hue angle of 311.71º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00C90 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 12 144 -
CMYK 0 0.93 0.18 0.31
HSL 311.71º 0.87% 0.37% -
HSV(B) 311.71º 0.93% 0.69% -
XYZ 23.07 11.51 27.39 -
YUV 76.08 166.33 199.27 -
System Red Green Blue C M Y K H S L
Decimal 176 12 144 0 0.93 0.18 0.31 311.71 0.87 0.37
Hex B0 C 90 0 5D 12 1F 138 57 25
Octal 260 14 220 0 135 22 37 470 127 45
Binary 10110000 1100 10010000 0 1011101 10010 11111 100111000 1010111 100101

Color Harmonies of #B00C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00C90

Black with #B00C90

Text Example


Text Example

White with #B00C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00C90; }

 p { color: rgb(176,12,144); }

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

background-color css

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

 a { background-color: rgb(176,12,144); }

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

border-color css

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

 span { border-color: rgb(176,12,144); }

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