Html Css Color HEX #B00293 Medium Violet Red

📋 copy color: '#B00293'

red 176 ◦ green 2 ◦ blue 147

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

Shades of Medium Violet Red #B00293

Tints of Medium Violet Red #B00293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

 BLUE value IS 147 (57.81% from 255) = 45.23%

R = 54.15%
G = 0.62%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B00293 (or 0xB00293) is known color: Medium Violet Red. HEX triplet: B0, 02 and 93. RGB value is (176,2,147). Sum of RGB (Red+Green+Blue) = 176+2+147=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B00293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00293 is #4FFD6C. Grayscale: #464646. Windows color (decimal): -5242221 or 9634480. OLE color: 9634480.

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

Color convert

RGB 176 2 147 -
CMYK 0 0.99 0.16 0.31
HSL 310º 0.98% 0.35% -
HSV(B) 310º 0.99% 0.69% -
XYZ 23.19 11.38 28.58 -
YUV 70.56 171.15 203.21 -
System Red Green Blue C M Y K H S L
Decimal 176 2 147 0 0.99 0.16 0.31 310 0.98 0.35
Hex B0 2 93 0 63 10 1F 136 62 23
Octal 260 2 223 0 143 20 37 466 142 43
Binary 10110000 10 10010011 0 1100011 10000 11111 100110110 1100010 100011

Color Harmonies of #B00293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00293

Black with #B00293

Text Example


Text Example

White with #B00293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00293; }

 p { color: rgb(176,2,147); }

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

background-color css

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

 a { background-color: rgb(176,2,147); }

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

border-color css

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

 span { border-color: rgb(176,2,147); }

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