Html Css Color HEX #BB2F90 Medium Red Violet

📋 copy color: '#BB2F90'

red 187 ◦ green 47 ◦ blue 144

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

Shades of Medium Red Violet #BB2F90

Tints of Medium Red Violet #BB2F90

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.43%

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

R = 49.47%
G = 12.43%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BB2F90 (or 0xBB2F90) is known color: Medium Red Violet. HEX triplet: BB, 2F and 90. RGB value is (187,47,144). Sum of RGB (Red+Green+Blue) = 187+47+144=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2F90 is #44D06F. Grayscale: #636363. Windows color (decimal): -4509808 or 9449403. OLE color: 9449403.

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

Color convert

RGB 187 47 144 -
CMYK 0 0.75 0.23 0.27
HSL 318.43º 0.6% 0.46% -
HSV(B) 318.43º 0.75% 0.73% -
XYZ 26.54 14.61 27.81 -
YUV 99.92 152.88 190.11 -
System Red Green Blue C M Y K H S L
Decimal 187 47 144 0 0.75 0.23 0.27 318.43 0.6 0.46
Hex BB 2F 90 0 4B 17 1B 13E 3C 2E
Octal 273 57 220 0 113 27 33 476 74 56
Binary 10111011 101111 10010000 0 1001011 10111 11011 100111110 111100 101110

Color Harmonies of #BB2F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2F90

Black with #BB2F90

Text Example


Text Example

White with #BB2F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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