Html Css Color HEX #BC5CEE Medium Orchid

📋 copy color: '#BC5CEE'

red 188 ◦ green 92 ◦ blue 238

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

Shades of Medium Orchid #BC5CEE

Tints of Medium Orchid #BC5CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.95%

R = 36.29%
G = 17.76%
B = 45.95%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC5CEE (or 0xBC5CEE) is known color: Medium Orchid. HEX triplet: BC, 5C and EE. RGB value is (188,92,238). Sum of RGB (Red+Green+Blue) = 188+92+238=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC5CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5CEE is #43A311. Grayscale: #888888. Windows color (decimal): -4432658 or 15621308. OLE color: 15621308.

HSL color Cylindrical-coordinate representation of color #BC5CEE: hue angle of 279.45º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC5CEE is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 92 238 -
CMYK 0.21 0.61 0 0.07
HSL 279.45º 0.81% 0.65% -
HSV(B) 279.45º 0.61% 0.93% -
XYZ 40 24.52 83.51 -
YUV 137.35 184.8 164.13 -
System Red Green Blue C M Y K H S L
Decimal 188 92 238 0.21 0.61 0 0.07 279.45 0.81 0.65
Hex BC 5C EE 15 3D 0 7 117 51 41
Octal 274 134 356 25 75 0 7 427 121 101
Binary 10111100 1011100 11101110 10101 111101 0 111 100010111 1010001 1000001

Color Harmonies of #BC5CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5CEE

Black with #BC5CEE

Text Example


Text Example

White with #BC5CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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