Html Css Color HEX #BF56EC Medium Orchid

📋 copy color: '#BF56EC'

red 191 ◦ green 86 ◦ blue 236

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

Shades of Medium Orchid #BF56EC

Tints of Medium Orchid #BF56EC

RGB

 RED value IS 191 (75% from 255) = 37.23%

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

 BLUE value IS 236 (92.58% from 255) = 46%

R = 37.23%
G = 16.76%
B = 46%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF56EC (or 0xBF56EC) is known color: Medium Orchid. HEX triplet: BF, 56 and EC. RGB value is (191,86,236). Sum of RGB (Red+Green+Blue) = 191+86+236=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 86 (33.98% from 255 or 16.76% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF56EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF56EC is #40A913. Grayscale: #868686. Windows color (decimal): -4237588 or 15488703. OLE color: 15488703.

HSL color Cylindrical-coordinate representation of color #BF56EC: hue angle of 282º degrees, saturation: 0.8, 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 #BF56EC is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 86 236 -
CMYK 0.19 0.64 0 0.07
HSL 282º 0.8% 0.63% -
HSV(B) 282º 0.64% 0.93% -
XYZ 39.95 23.79 81.84 -
YUV 134.5 185.29 168.3 -
System Red Green Blue C M Y K H S L
Decimal 191 86 236 0.19 0.64 0 0.07 282 0.8 0.63
Hex BF 56 EC 13 40 0 7 11A 50 3F
Octal 277 126 354 23 100 0 7 432 120 77
Binary 10111111 1010110 11101100 10011 1000000 0 111 100011010 1010000 111111

Color Harmonies of #BF56EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF56EC

Black with #BF56EC

Text Example


Text Example

White with #BF56EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF56EC; }

 p { color: rgb(191,86,236); }

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

background-color css

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

 a { background-color: rgb(191,86,236); }

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

border-color css

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

 span { border-color: rgb(191,86,236); }

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