Html Css Color HEX #BB4DD9 Medium Orchid

📋 copy color: '#BB4DD9'

red 187 ◦ green 77 ◦ blue 217

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

Shades of Medium Orchid #BB4DD9

Tints of Medium Orchid #BB4DD9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.01%

 BLUE value IS 217 (85.16% from 255) = 45.11%

R = 38.88%
G = 16.01%
B = 45.11%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB4DD9 (or 0xBB4DD9) is known color: Medium Orchid. HEX triplet: BB, 4D and D9. RGB value is (187,77,217). Sum of RGB (Red+Green+Blue) = 187+77+217=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB4DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DD9 is #44B226. Grayscale: #7D7D7D. Windows color (decimal): -4502055 or 14241211. OLE color: 14241211.

HSL color Cylindrical-coordinate representation of color #BB4DD9: hue angle of 287.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB4DD9 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 77 217 -
CMYK 0.14 0.65 0 0.15
HSL 287.14º 0.65% 0.58% -
HSV(B) 287.14º 0.65% 0.85% -
XYZ 35.67 20.88 67.8 -
YUV 125.85 179.44 171.62 -
System Red Green Blue C M Y K H S L
Decimal 187 77 217 0.14 0.65 0 0.15 287.14 0.65 0.58
Hex BB 4D D9 E 41 0 F 11F 41 3A
Octal 273 115 331 16 101 0 17 437 101 72
Binary 10111011 1001101 11011001 1110 1000001 0 1111 100011111 1000001 111010

Color Harmonies of #BB4DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4DD9

Black with #BB4DD9

Text Example


Text Example

White with #BB4DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4DD9; }

 p { color: rgb(187,77,217); }

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

background-color css

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

 a { background-color: rgb(187,77,217); }

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

border-color css

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

 span { border-color: rgb(187,77,217); }

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