Html Css Color HEX #BC50FA Medium Orchid

📋 copy color: '#BC50FA'

red 188 ◦ green 80 ◦ blue 250

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

Shades of Medium Orchid #BC50FA

Tints of Medium Orchid #BC50FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.44%

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

R = 36.29%
G = 15.44%
B = 48.26%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC50FA (or 0xBC50FA) is known color: Medium Orchid. HEX triplet: BC, 50 and FA. RGB value is (188,80,250). Sum of RGB (Red+Green+Blue) = 188+80+250=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 80 (31.64% from 255 or 15.44% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC50FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC50FA is #43AF05. Grayscale: #838383. Windows color (decimal): -4435718 or 16404668. OLE color: 16404668.

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

Color convert

RGB 188 80 250 -
CMYK 0.25 0.68 0 0.02
HSL 278.12º 0.94% 0.65% -
HSV(B) 278.12º 0.68% 0.98% -
XYZ 40.86 23.33 92.79 -
YUV 131.67 194.78 168.18 -
System Red Green Blue C M Y K H S L
Decimal 188 80 250 0.25 0.68 0 0.02 278.12 0.94 0.65
Hex BC 50 FA 19 44 0 2 116 5E 41
Octal 274 120 372 31 104 0 2 426 136 101
Binary 10111100 1010000 11111010 11001 1000100 0 10 100010110 1011110 1000001

Color Harmonies of #BC50FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC50FA

Black with #BC50FA

Text Example


Text Example

White with #BC50FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC50FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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