Html Css Color HEX #BB56D9 Medium Orchid

📋 copy color: '#BB56D9'

red 187 ◦ green 86 ◦ blue 217

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

Shades of Medium Orchid #BB56D9

Tints of Medium Orchid #BB56D9

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.55%

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

R = 38.16%
G = 17.55%
B = 44.29%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB56D9 (or 0xBB56D9) is known color: Medium Orchid. HEX triplet: BB, 56 and D9. RGB value is (187,86,217). Sum of RGB (Red+Green+Blue) = 187+86+217=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB56D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB56D9 is #44A926. Grayscale: #828282. Windows color (decimal): -4499751 or 14243515. OLE color: 14243515.

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

Color convert

RGB 187 86 217 -
CMYK 0.14 0.60 0 0.15
HSL 286.26º 0.63% 0.59% -
HSV(B) 286.26º 0.6% 0.85% -
XYZ 36.35 22.23 68.02 -
YUV 131.13 176.46 167.85 -
System Red Green Blue C M Y K H S L
Decimal 187 86 217 0.14 0.60 0 0.15 286.26 0.63 0.59
Hex BB 56 D9 E 3C 0 F 11E 3F 3B
Octal 273 126 331 16 74 0 17 436 77 73
Binary 10111011 1010110 11011001 1110 111100 0 1111 100011110 111111 111011

Color Harmonies of #BB56D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB56D9

Black with #BB56D9

Text Example


Text Example

White with #BB56D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB56D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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