Html Css Color HEX #BB56ED Medium Orchid

📋 copy color: '#BB56ED'

red 187 ◦ green 86 ◦ blue 237

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

Shades of Medium Orchid #BB56ED

Tints of Medium Orchid #BB56ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.47%

R = 36.67%
G = 16.86%
B = 46.47%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB56ED (or 0xBB56ED) is known color: Medium Orchid. HEX triplet: BB, 56 and ED. RGB value is (187,86,237). Sum of RGB (Red+Green+Blue) = 187+86+237=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 86 (33.98% from 255 or 16.86% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB56ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB56ED is #44A912. Grayscale: #848484. Windows color (decimal): -4499731 or 15554235. OLE color: 15554235.

HSL color Cylindrical-coordinate representation of color #BB56ED: hue angle of 280.13º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB56ED is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 86 237 -
CMYK 0.21 0.64 0 0.07
HSL 280.13º 0.81% 0.63% -
HSV(B) 280.13º 0.64% 0.93% -
XYZ 39.11 23.33 82.56 -
YUV 133.41 186.46 166.22 -
System Red Green Blue C M Y K H S L
Decimal 187 86 237 0.21 0.64 0 0.07 280.13 0.81 0.63
Hex BB 56 ED 15 40 0 7 118 51 3F
Octal 273 126 355 25 100 0 7 430 121 77
Binary 10111011 1010110 11101101 10101 1000000 0 111 100011000 1010001 111111

Color Harmonies of #BB56ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB56ED

Black with #BB56ED

Text Example


Text Example

White with #BB56ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB56ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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