Html Css Color HEX #BC56FA Medium Orchid

📋 copy color: '#BC56FA'

red 188 ◦ green 86 ◦ blue 250

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

Shades of Medium Orchid #BC56FA

Tints of Medium Orchid #BC56FA

RGB

 RED value IS 188 (73.83% from 255) = 35.88%

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

 BLUE value IS 250 (98.05% from 255) = 47.71%

R = 35.88%
G = 16.41%
B = 47.71%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC56FA (or 0xBC56FA) is known color: Medium Orchid. HEX triplet: BC, 56 and FA. RGB value is (188,86,250). Sum of RGB (Red+Green+Blue) = 188+86+250=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 86 (33.98% from 255 or 16.41% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC56FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC56FA is #43A905. Grayscale: #868686. Windows color (decimal): -4434182 or 16406204. OLE color: 16406204.

HSL color Cylindrical-coordinate representation of color #BC56FA: hue angle of 277.32º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC56FA is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 86 250 -
CMYK 0.25 0.66 0 0.02
HSL 277.32º 0.94% 0.66% -
HSV(B) 277.32º 0.66% 0.98% -
XYZ 41.32 24.25 92.95 -
YUV 135.19 192.79 165.66 -
System Red Green Blue C M Y K H S L
Decimal 188 86 250 0.25 0.66 0 0.02 277.32 0.94 0.66
Hex BC 56 FA 19 42 0 2 115 5E 42
Octal 274 126 372 31 102 0 2 425 136 102
Binary 10111100 1010110 11111010 11001 1000010 0 10 100010101 1011110 1000010

Color Harmonies of #BC56FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC56FA

Black with #BC56FA

Text Example


Text Example

White with #BC56FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC56FA; }

 p { color: rgb(188,86,250); }

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

background-color css

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

 a { background-color: rgb(188,86,250); }

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

border-color css

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

 span { border-color: rgb(188,86,250); }

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