Html Css Color HEX #BB0690 Medium Violet Red

📋 copy color: '#BB0690'

red 187 ◦ green 6 ◦ blue 144

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

Shades of Medium Violet Red #BB0690

Tints of Medium Violet Red #BB0690

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.78%

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

R = 55.49%
G = 1.78%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BB0690 (or 0xBB0690) is known color: Medium Violet Red. HEX triplet: BB, 06 and 90. RGB value is (187,6,144). Sum of RGB (Red+Green+Blue) = 187+6+144=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0690 is #44F96F. Grayscale: #4B4B4B. Windows color (decimal): -4520304 or 9438907. OLE color: 9438907.

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

Color convert

RGB 187 6 144 -
CMYK 0 0.97 0.23 0.27
HSL 314.25º 0.94% 0.38% -
HSV(B) 314.25º 0.97% 0.73% -
XYZ 25.59 12.71 27.49 -
YUV 75.85 166.47 207.28 -
System Red Green Blue C M Y K H S L
Decimal 187 6 144 0 0.97 0.23 0.27 314.25 0.94 0.38
Hex BB 6 90 0 61 17 1B 13A 5E 26
Octal 273 6 220 0 141 27 33 472 136 46
Binary 10111011 110 10010000 0 1100001 10111 11011 100111010 1011110 100110

Color Harmonies of #BB0690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0690

Black with #BB0690

Text Example


Text Example

White with #BB0690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0690; }

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

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

background-color css

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

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

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

border-color css

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

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

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