Html Css Color HEX #B00C8A Medium Violet Red

📋 copy color: '#B00C8A'

red 176 ◦ green 12 ◦ blue 138

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

Shades of Medium Violet Red #B00C8A

Tints of Medium Violet Red #B00C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.33%

R = 53.99%
G = 3.68%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B00C8A (or 0xB00C8A) is known color: Medium Violet Red. HEX triplet: B0, 0C and 8A. RGB value is (176,12,138). Sum of RGB (Red+Green+Blue) = 176+12+138=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00C8A is #4FF375. Grayscale: #4B4B4B. Windows color (decimal): -5239670 or 9047216. OLE color: 9047216.

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

Color convert

RGB 176 12 138 -
CMYK 0 0.93 0.22 0.31
HSL 313.9º 0.87% 0.37% -
HSV(B) 313.9º 0.93% 0.69% -
XYZ 22.62 11.33 25.04 -
YUV 75.4 163.33 199.75 -
System Red Green Blue C M Y K H S L
Decimal 176 12 138 0 0.93 0.22 0.31 313.9 0.87 0.37
Hex B0 C 8A 0 5D 16 1F 13A 57 25
Octal 260 14 212 0 135 26 37 472 127 45
Binary 10110000 1100 10001010 0 1011101 10110 11111 100111010 1010111 100101

Color Harmonies of #B00C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00C8A

Black with #B00C8A

Text Example


Text Example

White with #B00C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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