Html Css Color HEX #BC55EF Medium Orchid

📋 copy color: '#BC55EF'

red 188 ◦ green 85 ◦ blue 239

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

Shades of Medium Orchid #BC55EF

Tints of Medium Orchid #BC55EF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.6%

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 36.72%
G = 16.6%
B = 46.68%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC55EF (or 0xBC55EF) is known color: Medium Orchid. HEX triplet: BC, 55 and EF. RGB value is (188,85,239). Sum of RGB (Red+Green+Blue) = 188+85+239=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC55EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC55EF is #43AA10. Grayscale: #848484. Windows color (decimal): -4434449 or 15685052. OLE color: 15685052.

HSL color Cylindrical-coordinate representation of color #BC55EF: hue angle of 280.13º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC55EF is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 85 239 -
CMYK 0.21 0.64 0 0.06
HSL 280.13º 0.83% 0.64% -
HSV(B) 280.13º 0.64% 0.94% -
XYZ 39.57 23.42 84.1 -
YUV 133.35 187.62 166.98 -
System Red Green Blue C M Y K H S L
Decimal 188 85 239 0.21 0.64 0 0.06 280.13 0.83 0.64
Hex BC 55 EF 15 40 0 6 118 53 40
Octal 274 125 357 25 100 0 6 430 123 100
Binary 10111100 1010101 11101111 10101 1000000 0 110 100011000 1010011 1000000

Color Harmonies of #BC55EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC55EF

Black with #BC55EF

Text Example


Text Example

White with #BC55EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC55EF; }

 p { color: rgb(188,85,239); }

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

background-color css

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

 a { background-color: rgb(188,85,239); }

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

border-color css

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

 span { border-color: rgb(188,85,239); }

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