Html Css Color HEX #BC54F9 Medium Orchid

📋 copy color: '#BC54F9'

red 188 ◦ green 84 ◦ blue 249

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

Shades of Medium Orchid #BC54F9

Tints of Medium Orchid #BC54F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.79%

R = 36.08%
G = 16.12%
B = 47.79%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC54F9 (or 0xBC54F9) is known color: Medium Orchid. HEX triplet: BC, 54 and F9. RGB value is (188,84,249). Sum of RGB (Red+Green+Blue) = 188+84+249=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC54F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC54F9 is #43AB06. Grayscale: #858585. Windows color (decimal): -4434695 or 16340156. OLE color: 16340156.

HSL color Cylindrical-coordinate representation of color #BC54F9: hue angle of 277.82º degrees, saturation: 0.93, 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 #BC54F9 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 84 249 -
CMYK 0.24 0.66 0 0.02
HSL 277.82º 0.93% 0.65% -
HSV(B) 277.82º 0.66% 0.98% -
XYZ 41.01 23.87 92.07 -
YUV 133.91 192.96 166.58 -
System Red Green Blue C M Y K H S L
Decimal 188 84 249 0.24 0.66 0 0.02 277.82 0.93 0.65
Hex BC 54 F9 18 42 0 2 116 5D 41
Octal 274 124 371 30 102 0 2 426 135 101
Binary 10111100 1010100 11111001 11000 1000010 0 10 100010110 1011101 1000001

Color Harmonies of #BC54F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC54F9

Black with #BC54F9

Text Example


Text Example

White with #BC54F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC54F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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