Html Css Color HEX #BB3D90 Medium Red Violet

📋 copy color: '#BB3D90'

red 187 ◦ green 61 ◦ blue 144

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

Shades of Medium Red Violet #BB3D90

Tints of Medium Red Violet #BB3D90

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.56%

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

R = 47.7%
G = 15.56%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BB3D90 (or 0xBB3D90) is known color: Medium Red Violet. HEX triplet: BB, 3D and 90. RGB value is (187,61,144). Sum of RGB (Red+Green+Blue) = 187+61+144=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3D90 is #44C26F. Grayscale: #6B6B6B. Windows color (decimal): -4506224 or 9452987. OLE color: 9452987.

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

Color convert

RGB 187 61 144 -
CMYK 0 0.67 0.23 0.27
HSL 320.48º 0.51% 0.49% -
HSV(B) 320.48º 0.67% 0.73% -
XYZ 27.2 15.92 28.02 -
YUV 108.14 148.24 184.25 -
System Red Green Blue C M Y K H S L
Decimal 187 61 144 0 0.67 0.23 0.27 320.48 0.51 0.49
Hex BB 3D 90 0 43 17 1B 140 33 31
Octal 273 75 220 0 103 27 33 500 63 61
Binary 10111011 111101 10010000 0 1000011 10111 11011 101000000 110011 110001

Color Harmonies of #BB3D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3D90

Black with #BB3D90

Text Example


Text Example

White with #BB3D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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