Html Css Color HEX #BC5CEF Medium Orchid

📋 copy color: '#BC5CEF'

red 188 ◦ green 92 ◦ blue 239

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

Shades of Medium Orchid #BC5CEF

Tints of Medium Orchid #BC5CEF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.73%

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

R = 36.22%
G = 17.73%
B = 46.05%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC5CEF (or 0xBC5CEF) is known color: Medium Orchid. HEX triplet: BC, 5C and EF. RGB value is (188,92,239). Sum of RGB (Red+Green+Blue) = 188+92+239=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC5CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5CEF is #43A310. Grayscale: #888888. Windows color (decimal): -4432657 or 15686844. OLE color: 15686844.

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

Color convert

RGB 188 92 239 -
CMYK 0.21 0.62 0 0.06
HSL 279.18º 0.82% 0.65% -
HSV(B) 279.18º 0.62% 0.94% -
XYZ 40.15 24.58 84.29 -
YUV 137.46 185.3 164.05 -
System Red Green Blue C M Y K H S L
Decimal 188 92 239 0.21 0.62 0 0.06 279.18 0.82 0.65
Hex BC 5C EF 15 3E 0 6 117 52 41
Octal 274 134 357 25 76 0 6 427 122 101
Binary 10111100 1011100 11101111 10101 111110 0 110 100010111 1010010 1000001

Color Harmonies of #BC5CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5CEF

Black with #BC5CEF

Text Example


Text Example

White with #BC5CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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