Html Css Color HEX #BC68E9 Medium Orchid

📋 copy color: '#BC68E9'

red 188 ◦ green 104 ◦ blue 233

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

Shades of Medium Orchid #BC68E9

Tints of Medium Orchid #BC68E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.38%

R = 35.81%
G = 19.81%
B = 44.38%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC68E9 (or 0xBC68E9) is known color: Medium Orchid. HEX triplet: BC, 68 and E9. RGB value is (188,104,233). Sum of RGB (Red+Green+Blue) = 188+104+233=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 233 (91.41% from 255 or 44.38% from 525); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC68E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC68E9 is #439716. Grayscale: #8F8F8F. Windows color (decimal): -4429591 or 15296700. OLE color: 15296700.

HSL color Cylindrical-coordinate representation of color #BC68E9: hue angle of 279.07º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC68E9 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 104 233 -
CMYK 0.19 0.55 0 0.09
HSL 279.07º 0.75% 0.66% -
HSV(B) 279.07º 0.55% 0.91% -
XYZ 40.4 26.48 80.07 -
YUV 143.82 178.33 159.51 -
System Red Green Blue C M Y K H S L
Decimal 188 104 233 0.19 0.55 0 0.09 279.07 0.75 0.66
Hex BC 68 E9 13 37 0 9 117 4B 42
Octal 274 150 351 23 67 0 11 427 113 102
Binary 10111100 1101000 11101001 10011 110111 0 1001 100010111 1001011 1000010

Color Harmonies of #BC68E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC68E9

Black with #BC68E9

Text Example


Text Example

White with #BC68E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC68E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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