Html Css Color HEX #BB0380 Medium Violet Red

📋 copy color: '#BB0380'

red 187 ◦ green 3 ◦ blue 128

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

Shades of Medium Violet Red #BB0380

Tints of Medium Violet Red #BB0380

RGB

 RED value IS 187 (73.44% from 255) = 58.81%

 GREEN value IS 3 (1.56% from 255) = 0.94%

 BLUE value IS 128 (50.39% from 255) = 40.25%

R = 58.81%
G = 0.94%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB0380 (or 0xBB0380) is known color: Medium Violet Red. HEX triplet: BB, 03 and 80. RGB value is (187,3,128). Sum of RGB (Red+Green+Blue) = 187+3+128=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0380 is #44FC7F. Grayscale: #474747. Windows color (decimal): -4521088 or 8389563. OLE color: 8389563.

HSL color Cylindrical-coordinate representation of color #BB0380: hue angle of 319.24º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB0380 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 3 128 -
CMYK 0 0.98 0.32 0.27
HSL 319.24º 0.97% 0.37% -
HSV(B) 319.24º 0.98% 0.73% -
XYZ 24.42 12.19 21.49 -
YUV 72.27 159.46 209.84 -
System Red Green Blue C M Y K H S L
Decimal 187 3 128 0 0.98 0.32 0.27 319.24 0.97 0.37
Hex BB 3 80 0 62 20 1B 13F 61 25
Octal 273 3 200 0 142 40 33 477 141 45
Binary 10111011 11 10000000 0 1100010 100000 11011 100111111 1100001 100101

Color Harmonies of #BB0380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0380

Black with #BB0380

Text Example


Text Example

White with #BB0380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0380; }

 p { color: rgb(187,3,128); }

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

background-color css

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

 a { background-color: rgb(187,3,128); }

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

border-color css

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

 span { border-color: rgb(187,3,128); }

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