Html Css Color HEX #BC54FA Medium Orchid

📋 copy color: '#BC54FA'

red 188 ◦ green 84 ◦ blue 250

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

Shades of Medium Orchid #BC54FA

Tints of Medium Orchid #BC54FA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.09%

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

R = 36.02%
G = 16.09%
B = 47.89%

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

#BC54FA (or 0xBC54FA) is known color: Medium Orchid. HEX triplet: BC, 54 and FA. RGB value is (188,84,250). Sum of RGB (Red+Green+Blue) = 188+84+250=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 84 (33.20% from 255 or 16.09% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC54FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC54FA is #43AB05. Grayscale: #858585. Windows color (decimal): -4434694 or 16405692. OLE color: 16405692.

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

Color convert

RGB 188 84 250 -
CMYK 0.25 0.66 0 0.02
HSL 277.59º 0.94% 0.65% -
HSV(B) 277.59º 0.66% 0.98% -
XYZ 41.16 23.93 92.89 -
YUV 134.02 193.46 166.5 -
System Red Green Blue C M Y K H S L
Decimal 188 84 250 0.25 0.66 0 0.02 277.59 0.94 0.65
Hex BC 54 FA 19 42 0 2 116 5E 41
Octal 274 124 372 31 102 0 2 426 136 101
Binary 10111100 1010100 11111010 11001 1000010 0 10 100010110 1011110 1000001

Color Harmonies of #BC54FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC54FA

Black with #BC54FA

Text Example


Text Example

White with #BC54FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC54FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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