Html Css Color HEX #BC57FA Medium Orchid

📋 copy color: '#BC57FA'

red 188 ◦ green 87 ◦ blue 250

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

Shades of Medium Orchid #BC57FA

Tints of Medium Orchid #BC57FA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.57%

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

R = 35.81%
G = 16.57%
B = 47.62%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC57FA (or 0xBC57FA) is known color: Medium Orchid. HEX triplet: BC, 57 and FA. RGB value is (188,87,250). Sum of RGB (Red+Green+Blue) = 188+87+250=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 87 (34.38% from 255 or 16.57% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC57FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC57FA is #43A805. Grayscale: #878787. Windows color (decimal): -4433926 or 16406460. OLE color: 16406460.

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

Color convert

RGB 188 87 250 -
CMYK 0.25 0.65 0 0.02
HSL 277.18º 0.94% 0.66% -
HSV(B) 277.18º 0.65% 0.98% -
XYZ 41.4 24.41 92.97 -
YUV 135.78 192.46 165.25 -
System Red Green Blue C M Y K H S L
Decimal 188 87 250 0.25 0.65 0 0.02 277.18 0.94 0.66
Hex BC 57 FA 19 41 0 2 115 5E 42
Octal 274 127 372 31 101 0 2 425 136 102
Binary 10111100 1010111 11111010 11001 1000001 0 10 100010101 1011110 1000010

Color Harmonies of #BC57FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC57FA

Black with #BC57FA

Text Example


Text Example

White with #BC57FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC57FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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