Html Css Color HEX #BC5EEB Medium Orchid

📋 copy color: '#BC5EEB'

red 188 ◦ green 94 ◦ blue 235

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

Shades of Medium Orchid #BC5EEB

Tints of Medium Orchid #BC5EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.45%

R = 36.36%
G = 18.18%
B = 45.45%

CMYK

 C value IS 0.2

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC5EEB (or 0xBC5EEB) is known color: Medium Orchid. HEX triplet: BC, 5E and EB. RGB value is (188,94,235). Sum of RGB (Red+Green+Blue) = 188+94+235=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 94 (37.11% from 255 or 18.18% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC5EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5EEB is #43A114. Grayscale: #898989. Windows color (decimal): -4432149 or 15425212. OLE color: 15425212.

HSL color Cylindrical-coordinate representation of color #BC5EEB: hue angle of 280º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC5EEB is Cyan = 0.2, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 94 235 -
CMYK 0.2 0.6 0 0.08
HSL 280º 0.78% 0.65% -
HSV(B) 280º 0.6% 0.92% -
XYZ 39.74 24.69 81.27 -
YUV 138.18 182.64 163.54 -
System Red Green Blue C M Y K H S L
Decimal 188 94 235 0.2 0.6 0 0.08 280 0.78 0.65
Hex BC 5E EB 14 3C 0 8 118 4E 41
Octal 274 136 353 24 74 0 10 430 116 101
Binary 10111100 1011110 11101011 10100 111100 0 1000 100011000 1001110 1000001

Color Harmonies of #BC5EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5EEB

Black with #BC5EEB

Text Example


Text Example

White with #BC5EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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