Html Css Color HEX #BC6EED Medium Orchid

📋 copy color: '#BC6EED'

red 188 ◦ green 110 ◦ blue 237

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

Shades of Medium Orchid #BC6EED

Tints of Medium Orchid #BC6EED

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.56%

 BLUE value IS 237 (92.97% from 255) = 44.3%

R = 35.14%
G = 20.56%
B = 44.3%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC6EED (or 0xBC6EED) is known color: Medium Orchid. HEX triplet: BC, 6E and ED. RGB value is (188,110,237). Sum of RGB (Red+Green+Blue) = 188+110+237=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC6EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6EED is #439112. Grayscale: #939393. Windows color (decimal): -4428051 or 15560380. OLE color: 15560380.

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

Color convert

RGB 188 110 237 -
CMYK 0.21 0.54 0 0.07
HSL 276.85º 0.78% 0.68% -
HSV(B) 276.85º 0.54% 0.93% -
XYZ 41.6 27.96 83.32 -
YUV 147.8 178.34 156.67 -
System Red Green Blue C M Y K H S L
Decimal 188 110 237 0.21 0.54 0 0.07 276.85 0.78 0.68
Hex BC 6E ED 15 36 0 7 115 4E 44
Octal 274 156 355 25 66 0 7 425 116 104
Binary 10111100 1101110 11101101 10101 110110 0 111 100010101 1001110 1000100

Color Harmonies of #BC6EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6EED

Black with #BC6EED

Text Example


Text Example

White with #BC6EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6EED; }

 p { color: rgb(188,110,237); }

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

background-color css

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

 a { background-color: rgb(188,110,237); }

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

border-color css

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

 span { border-color: rgb(188,110,237); }

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