Html Css Color HEX #BB56D0 Medium Orchid

📋 copy color: '#BB56D0'

red 187 ◦ green 86 ◦ blue 208

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

Shades of Medium Orchid #BB56D0

Tints of Medium Orchid #BB56D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.24%

R = 38.88%
G = 17.88%
B = 43.24%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB56D0 (or 0xBB56D0) is known color: Medium Orchid. HEX triplet: BB, 56 and D0. RGB value is (187,86,208). Sum of RGB (Red+Green+Blue) = 187+86+208=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB56D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB56D0 is #44A92F. Grayscale: #818181. Windows color (decimal): -4499760 or 13653691. OLE color: 13653691.

HSL color Cylindrical-coordinate representation of color #BB56D0: hue angle of 289.67º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB56D0 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 86 208 -
CMYK 0.10 0.59 0 0.18
HSL 289.67º 0.56% 0.58% -
HSV(B) 289.67º 0.59% 0.82% -
XYZ 35.21 21.77 62.02 -
YUV 130.11 171.96 168.58 -
System Red Green Blue C M Y K H S L
Decimal 187 86 208 0.10 0.59 0 0.18 289.67 0.56 0.58
Hex BB 56 D0 A 3B 0 12 122 38 3A
Octal 273 126 320 12 73 0 22 442 70 72
Binary 10111011 1010110 11010000 1010 111011 0 10010 100100010 111000 111010

Color Harmonies of #BB56D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB56D0

Black with #BB56D0

Text Example


Text Example

White with #BB56D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB56D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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