Html Css Color HEX #B00892 Medium Violet Red

📋 copy color: '#B00892'

red 176 ◦ green 8 ◦ blue 146

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

Shades of Medium Violet Red #B00892

Tints of Medium Violet Red #B00892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.42%

 BLUE value IS 146 (57.42% from 255) = 44.24%

R = 53.33%
G = 2.42%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B00892 (or 0xB00892) is known color: Medium Violet Red. HEX triplet: B0, 08 and 92. RGB value is (176,8,146). Sum of RGB (Red+Green+Blue) = 176+8+146=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B00892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00892 is #4FF76D. Grayscale: #494949. Windows color (decimal): -5240686 or 9570480. OLE color: 9570480.

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

Color convert

RGB 176 8 146 -
CMYK 0 0.95 0.17 0.31
HSL 310.71º 0.91% 0.36% -
HSV(B) 310.71º 0.95% 0.69% -
XYZ 23.18 11.48 28.19 -
YUV 73.96 168.66 200.78 -
System Red Green Blue C M Y K H S L
Decimal 176 8 146 0 0.95 0.17 0.31 310.71 0.91 0.36
Hex B0 8 92 0 5F 11 1F 137 5B 24
Octal 260 10 222 0 137 21 37 467 133 44
Binary 10110000 1000 10010010 0 1011111 10001 11111 100110111 1011011 100100

Color Harmonies of #B00892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00892

Black with #B00892

Text Example


Text Example

White with #B00892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00892; }

 p { color: rgb(176,8,146); }

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

background-color css

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

 a { background-color: rgb(176,8,146); }

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

border-color css

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

 span { border-color: rgb(176,8,146); }

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