Html Css Color HEX #BC68EB Medium Orchid

📋 copy color: '#BC68EB'

red 188 ◦ green 104 ◦ blue 235

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

Shades of Medium Orchid #BC68EB

Tints of Medium Orchid #BC68EB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.73%

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

R = 35.67%
G = 19.73%
B = 44.59%

CMYK

 C value IS 0.2

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC68EB (or 0xBC68EB) is known color: Medium Orchid. HEX triplet: BC, 68 and EB. RGB value is (188,104,235). Sum of RGB (Red+Green+Blue) = 188+104+235=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC68EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC68EB is #439714. Grayscale: #8F8F8F. Windows color (decimal): -4429589 or 15427772. OLE color: 15427772.

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

Color convert

RGB 188 104 235 -
CMYK 0.2 0.56 0 0.08
HSL 278.47º 0.77% 0.66% -
HSV(B) 278.47º 0.56% 0.92% -
XYZ 40.68 26.59 81.59 -
YUV 144.05 179.33 159.35 -
System Red Green Blue C M Y K H S L
Decimal 188 104 235 0.2 0.56 0 0.08 278.47 0.77 0.66
Hex BC 68 EB 14 38 0 8 116 4D 42
Octal 274 150 353 24 70 0 10 426 115 102
Binary 10111100 1101000 11101011 10100 111000 0 1000 100010110 1001101 1000010

Color Harmonies of #BC68EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC68EB

Black with #BC68EB

Text Example


Text Example

White with #BC68EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC68EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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