Html Css Color HEX #BB0390 Medium Violet Red

📋 copy color: '#BB0390'

red 187 ◦ green 3 ◦ blue 144

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

Shades of Medium Violet Red #BB0390

Tints of Medium Violet Red #BB0390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.11%

R = 55.99%
G = 0.9%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BB0390 (or 0xBB0390) is known color: Medium Violet Red. HEX triplet: BB, 03 and 90. RGB value is (187,3,144). Sum of RGB (Red+Green+Blue) = 187+3+144=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0390 is #44FC6F. Grayscale: #494949. Windows color (decimal): -4521072 or 9438139. OLE color: 9438139.

HSL color Cylindrical-coordinate representation of color #BB0390: hue angle of 314.02º 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 #BB0390 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 3 144 -
CMYK 0 0.98 0.23 0.27
HSL 314.02º 0.97% 0.37% -
HSV(B) 314.02º 0.98% 0.73% -
XYZ 25.56 12.64 27.48 -
YUV 74.09 167.46 208.54 -
System Red Green Blue C M Y K H S L
Decimal 187 3 144 0 0.98 0.23 0.27 314.02 0.97 0.37
Hex BB 3 90 0 62 17 1B 13A 61 25
Octal 273 3 220 0 142 27 33 472 141 45
Binary 10111011 11 10010000 0 1100010 10111 11011 100111010 1100001 100101

Color Harmonies of #BB0390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0390

Black with #BB0390

Text Example


Text Example

White with #BB0390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0390; }

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

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

background-color css

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

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

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

border-color css

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

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

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