Html Css Color HEX #BC5EEE Medium Orchid

📋 copy color: '#BC5EEE'

red 188 ◦ green 94 ◦ blue 238

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

Shades of Medium Orchid #BC5EEE

Tints of Medium Orchid #BC5EEE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.08%

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

R = 36.15%
G = 18.08%
B = 45.77%

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

#BC5EEE (or 0xBC5EEE) is known color: Medium Orchid. HEX triplet: BC, 5E and EE. RGB value is (188,94,238). Sum of RGB (Red+Green+Blue) = 188+94+238=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC5EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5EEE is #43A111. Grayscale: #8A8A8A. Windows color (decimal): -4432146 or 15621820. OLE color: 15621820.

HSL color Cylindrical-coordinate representation of color #BC5EEE: hue angle of 279.17º 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 #BC5EEE is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 94 238 -
CMYK 0.21 0.61 0 0.07
HSL 279.17º 0.81% 0.65% -
HSV(B) 279.17º 0.61% 0.93% -
XYZ 40.17 24.87 83.57 -
YUV 138.52 184.14 163.29 -
System Red Green Blue C M Y K H S L
Decimal 188 94 238 0.21 0.61 0 0.07 279.17 0.81 0.65
Hex BC 5E EE 15 3D 0 7 117 51 41
Octal 274 136 356 25 75 0 7 427 121 101
Binary 10111100 1011110 11101110 10101 111101 0 111 100010111 1010001 1000001

Color Harmonies of #BC5EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5EEE

Black with #BC5EEE

Text Example


Text Example

White with #BC5EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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