Html Css Color HEX #BC68CE Medium Orchid

📋 copy color: '#BC68CE'

red 188 ◦ green 104 ◦ blue 206

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

Shades of Medium Orchid #BC68CE

Tints of Medium Orchid #BC68CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.37%

R = 37.75%
G = 20.88%
B = 41.37%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC68CE (or 0xBC68CE) is known color: Medium Orchid. HEX triplet: BC, 68 and CE. RGB value is (188,104,206). Sum of RGB (Red+Green+Blue) = 188+104+206=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC68CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68CE is #439731. Grayscale: #8C8C8C. Windows color (decimal): -4429618 or 13527228. OLE color: 13527228.

HSL color Cylindrical-coordinate representation of color #BC68CE: hue angle of 289.41º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC68CE is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 104 206 -
CMYK 0.09 0.50 0 0.19
HSL 289.41º 0.51% 0.61% -
HSV(B) 289.41º 0.5% 0.81% -
XYZ 36.83 25.05 61.29 -
YUV 140.74 164.83 161.71 -
System Red Green Blue C M Y K H S L
Decimal 188 104 206 0.09 0.50 0 0.19 289.41 0.51 0.61
Hex BC 68 CE 9 32 0 13 121 33 3D
Octal 274 150 316 11 62 0 23 441 63 75
Binary 10111100 1101000 11001110 1001 110010 0 10011 100100001 110011 111101

Color Harmonies of #BC68CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC68CE

Black with #BC68CE

Text Example


Text Example

White with #BC68CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC68CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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