Html Css Color HEX #BB56EF Medium Orchid

📋 copy color: '#BB56EF'

red 187 ◦ green 86 ◦ blue 239

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

Shades of Medium Orchid #BB56EF

Tints of Medium Orchid #BB56EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 36.52%
G = 16.8%
B = 46.68%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB56EF (or 0xBB56EF) is known color: Medium Orchid. HEX triplet: BB, 56 and EF. RGB value is (187,86,239). Sum of RGB (Red+Green+Blue) = 187+86+239=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 86 (33.98% from 255 or 16.80% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB56EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB56EF is #44A910. Grayscale: #858585. Windows color (decimal): -4499729 or 15685307. OLE color: 15685307.

HSL color Cylindrical-coordinate representation of color #BB56EF: hue angle of 279.61º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB56EF is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 86 239 -
CMYK 0.22 0.64 0 0.06
HSL 279.61º 0.83% 0.64% -
HSV(B) 279.61º 0.64% 0.94% -
XYZ 39.4 23.45 84.11 -
YUV 133.64 187.46 166.06 -
System Red Green Blue C M Y K H S L
Decimal 187 86 239 0.22 0.64 0 0.06 279.61 0.83 0.64
Hex BB 56 EF 16 40 0 6 118 53 40
Octal 273 126 357 26 100 0 6 430 123 100
Binary 10111011 1010110 11101111 10110 1000000 0 110 100011000 1010011 1000000

Color Harmonies of #BB56EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB56EF

Black with #BB56EF

Text Example


Text Example

White with #BB56EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB56EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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