Html Css Color HEX #B00883 Medium Violet Red

📋 copy color: '#B00883'

red 176 ◦ green 8 ◦ blue 131

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

Shades of Medium Violet Red #B00883

Tints of Medium Violet Red #B00883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.59%

R = 55.87%
G = 2.54%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B00883 (or 0xB00883) is known color: Medium Violet Red. HEX triplet: B0, 08 and 83. RGB value is (176,8,131). Sum of RGB (Red+Green+Blue) = 176+8+131=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B00883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00883 is #4FF77C. Grayscale: #474747. Windows color (decimal): -5240701 or 8587440. OLE color: 8587440.

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

Color convert

RGB 176 8 131 -
CMYK 0 0.95 0.26 0.31
HSL 316.07º 0.91% 0.36% -
HSV(B) 316.07º 0.95% 0.69% -
XYZ 22.09 11.04 22.44 -
YUV 72.25 161.16 202 -
System Red Green Blue C M Y K H S L
Decimal 176 8 131 0 0.95 0.26 0.31 316.07 0.91 0.36
Hex B0 8 83 0 5F 1A 1F 13C 5B 24
Octal 260 10 203 0 137 32 37 474 133 44
Binary 10110000 1000 10000011 0 1011111 11010 11111 100111100 1011011 100100

Color Harmonies of #B00883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00883

Black with #B00883

Text Example


Text Example

White with #B00883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00883; }

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

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

background-color css

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

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

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

border-color css

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

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

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