Html Css Color HEX #BC68D6 Medium Orchid

📋 copy color: '#BC68D6'

red 188 ◦ green 104 ◦ blue 214

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

Shades of Medium Orchid #BC68D6

Tints of Medium Orchid #BC68D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.29%

R = 37.15%
G = 20.55%
B = 42.29%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC68D6 (or 0xBC68D6) is known color: Medium Orchid. HEX triplet: BC, 68 and D6. RGB value is (188,104,214). Sum of RGB (Red+Green+Blue) = 188+104+214=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC68D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68D6 is #439729. Grayscale: #8D8D8D. Windows color (decimal): -4429610 or 14051516. OLE color: 14051516.

HSL color Cylindrical-coordinate representation of color #BC68D6: hue angle of 285.82º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC68D6 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 104 214 -
CMYK 0.12 0.51 0 0.16
HSL 285.82º 0.57% 0.62% -
HSV(B) 285.82º 0.51% 0.84% -
XYZ 37.83 25.45 66.54 -
YUV 141.66 168.83 161.06 -
System Red Green Blue C M Y K H S L
Decimal 188 104 214 0.12 0.51 0 0.16 285.82 0.57 0.62
Hex BC 68 D6 C 33 0 10 11E 39 3E
Octal 274 150 326 14 63 0 20 436 71 76
Binary 10111100 1101000 11010110 1100 110011 0 10000 100011110 111001 111110

Color Harmonies of #BC68D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC68D6

Black with #BC68D6

Text Example


Text Example

White with #BC68D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC68D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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