Html Css Color HEX #BB2F9F Medium Red Violet

📋 copy color: '#BB2F9F'

red 187 ◦ green 47 ◦ blue 159

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

Shades of Medium Red Violet #BB2F9F

Tints of Medium Red Violet #BB2F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.46%

R = 47.58%
G = 11.96%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BB2F9F (or 0xBB2F9F) is known color: Medium Red Violet. HEX triplet: BB, 2F and 9F. RGB value is (187,47,159). Sum of RGB (Red+Green+Blue) = 187+47+159=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2F9F is #44D060. Grayscale: #656565. Windows color (decimal): -4509793 or 10432443. OLE color: 10432443.

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

Color convert

RGB 187 47 159 -
CMYK 0 0.75 0.15 0.27
HSL 312º 0.6% 0.46% -
HSV(B) 312º 0.75% 0.73% -
XYZ 27.77 15.1 34.25 -
YUV 101.63 160.38 188.89 -
System Red Green Blue C M Y K H S L
Decimal 187 47 159 0 0.75 0.15 0.27 312 0.6 0.46
Hex BB 2F 9F 0 4B F 1B 138 3C 2E
Octal 273 57 237 0 113 17 33 470 74 56
Binary 10111011 101111 10011111 0 1001011 1111 11011 100111000 111100 101110

Color Harmonies of #BB2F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2F9F

Black with #BB2F9F

Text Example


Text Example

White with #BB2F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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