Html Css Color HEX #BC51FC Medium Orchid

📋 copy color: '#BC51FC'

red 188 ◦ green 81 ◦ blue 252

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

Shades of Medium Orchid #BC51FC

Tints of Medium Orchid #BC51FC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.55%

 BLUE value IS 252 (98.83% from 255) = 48.37%

R = 36.08%
G = 15.55%
B = 48.37%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC51FC (or 0xBC51FC) is known color: Medium Orchid. HEX triplet: BC, 51 and FC. RGB value is (188,81,252). Sum of RGB (Red+Green+Blue) = 188+81+252=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 81 (32.03% from 255 or 15.55% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC51FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC51FC is #43AE03. Grayscale: #838383. Windows color (decimal): -4435460 or 16535996. OLE color: 16535996.

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

Color convert

RGB 188 81 252 -
CMYK 0.25 0.68 0 0.01
HSL 277.54º 0.97% 0.65% -
HSV(B) 277.54º 0.68% 0.99% -
XYZ 41.25 23.6 94.48 -
YUV 132.49 195.45 167.6 -
System Red Green Blue C M Y K H S L
Decimal 188 81 252 0.25 0.68 0 0.01 277.54 0.97 0.65
Hex BC 51 FC 19 44 0 1 116 61 41
Octal 274 121 374 31 104 0 1 426 141 101
Binary 10111100 1010001 11111100 11001 1000100 0 1 100010110 1100001 1000001

Color Harmonies of #BC51FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC51FC

Black with #BC51FC

Text Example


Text Example

White with #BC51FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC51FC; }

 p { color: rgb(188,81,252); }

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

background-color css

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

 a { background-color: rgb(188,81,252); }

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

border-color css

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

 span { border-color: rgb(188,81,252); }

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