Html Css Color HEX #B00788 Medium Violet Red

📋 copy color: '#B00788'

red 176 ◦ green 7 ◦ blue 136

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

Shades of Medium Violet Red #B00788

Tints of Medium Violet Red #B00788

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

 BLUE value IS 136 (53.52% from 255) = 42.63%

R = 55.17%
G = 2.19%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B00788 (or 0xB00788) is known color: Medium Violet Red. HEX triplet: B0, 07 and 88. RGB value is (176,7,136). Sum of RGB (Red+Green+Blue) = 176+7+136=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B00788 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00788 is #4FF877. Grayscale: #474747. Windows color (decimal): -5240952 or 8914864. OLE color: 8914864.

HSL color Cylindrical-coordinate representation of color #B00788: hue angle of 314.2º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B00788 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 7 136 -
CMYK 0 0.96 0.23 0.31
HSL 314.2º 0.92% 0.36% -
HSV(B) 314.2º 0.96% 0.69% -
XYZ 22.42 11.16 24.26 -
YUV 72.24 163.99 202.01 -
System Red Green Blue C M Y K H S L
Decimal 176 7 136 0 0.96 0.23 0.31 314.2 0.92 0.36
Hex B0 7 88 0 60 17 1F 13A 5C 24
Octal 260 7 210 0 140 27 37 472 134 44
Binary 10110000 111 10001000 0 1100000 10111 11111 100111010 1011100 100100

Color Harmonies of #B00788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00788

Black with #B00788

Text Example


Text Example

White with #B00788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00788; }

 p { color: rgb(176,7,136); }

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

background-color css

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

 a { background-color: rgb(176,7,136); }

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

border-color css

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

 span { border-color: rgb(176,7,136); }

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