Html Css Color HEX #BC4FFC Medium Orchid

📋 copy color: '#BC4FFC'

red 188 ◦ green 79 ◦ blue 252

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

Shades of Medium Orchid #BC4FFC

Tints of Medium Orchid #BC4FFC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.22%

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

R = 36.22%
G = 15.22%
B = 48.55%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC4FFC (or 0xBC4FFC) is known color: Medium Orchid. HEX triplet: BC, 4F and FC. RGB value is (188,79,252). Sum of RGB (Red+Green+Blue) = 188+79+252=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 79 (31.25% from 255 or 15.22% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC4FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4FFC is #43B003. Grayscale: #828282. Windows color (decimal): -4435972 or 16535484. OLE color: 16535484.

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

Color convert

RGB 188 79 252 -
CMYK 0.25 0.69 0 0.01
HSL 277.8º 0.97% 0.65% -
HSV(B) 277.8º 0.69% 0.99% -
XYZ 41.11 23.31 94.43 -
YUV 131.31 196.11 168.43 -
System Red Green Blue C M Y K H S L
Decimal 188 79 252 0.25 0.69 0 0.01 277.8 0.97 0.65
Hex BC 4F FC 19 45 0 1 116 61 41
Octal 274 117 374 31 105 0 1 426 141 101
Binary 10111100 1001111 11111100 11001 1000101 0 1 100010110 1100001 1000001

Color Harmonies of #BC4FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4FFC

Black with #BC4FFC

Text Example


Text Example

White with #BC4FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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