Html Css Color HEX #BC5BEE Medium Orchid

📋 copy color: '#BC5BEE'

red 188 ◦ green 91 ◦ blue 238

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

Shades of Medium Orchid #BC5BEE

Tints of Medium Orchid #BC5BEE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.6%

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

R = 36.36%
G = 17.6%
B = 46.03%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC5BEE (or 0xBC5BEE) is known color: Medium Orchid. HEX triplet: BC, 5B and EE. RGB value is (188,91,238). Sum of RGB (Red+Green+Blue) = 188+91+238=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 91 (35.94% from 255 or 17.60% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC5BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5BEE is #43A411. Grayscale: #888888. Windows color (decimal): -4432914 or 15621052. OLE color: 15621052.

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

Color convert

RGB 188 91 238 -
CMYK 0.21 0.62 0 0.07
HSL 279.59º 0.81% 0.65% -
HSV(B) 279.59º 0.62% 0.93% -
XYZ 39.91 24.35 83.48 -
YUV 136.76 185.14 164.55 -
System Red Green Blue C M Y K H S L
Decimal 188 91 238 0.21 0.62 0 0.07 279.59 0.81 0.65
Hex BC 5B EE 15 3E 0 7 118 51 41
Octal 274 133 356 25 76 0 7 430 121 101
Binary 10111100 1011011 11101110 10101 111110 0 111 100011000 1010001 1000001

Color Harmonies of #BC5BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5BEE

Black with #BC5BEE

Text Example


Text Example

White with #BC5BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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