Html Css Color HEX #BC4FDE Medium Orchid

📋 copy color: '#BC4FDE'

red 188 ◦ green 79 ◦ blue 222

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

Shades of Medium Orchid #BC4FDE

Tints of Medium Orchid #BC4FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.4%

R = 38.45%
G = 16.16%
B = 45.4%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC4FDE (or 0xBC4FDE) is known color: Medium Orchid. HEX triplet: BC, 4F and DE. RGB value is (188,79,222). Sum of RGB (Red+Green+Blue) = 188+79+222=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 79 (31.25% from 255 or 16.16% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC4FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4FDE is #43B021. Grayscale: #7F7F7F. Windows color (decimal): -4436002 or 14569404. OLE color: 14569404.

HSL color Cylindrical-coordinate representation of color #BC4FDE: hue angle of 285.73º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4FDE is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 79 222 -
CMYK 0.15 0.64 0 0.13
HSL 285.73º 0.68% 0.59% -
HSV(B) 285.73º 0.64% 0.87% -
XYZ 36.72 21.56 71.33 -
YUV 127.89 181.11 170.87 -
System Red Green Blue C M Y K H S L
Decimal 188 79 222 0.15 0.64 0 0.13 285.73 0.68 0.59
Hex BC 4F DE F 40 0 D 11E 44 3B
Octal 274 117 336 17 100 0 15 436 104 73
Binary 10111100 1001111 11011110 1111 1000000 0 1101 100011110 1000100 111011

Color Harmonies of #BC4FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4FDE

Black with #BC4FDE

Text Example


Text Example

White with #BC4FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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