Html Css Color HEX #BC68CD Medium Orchid

📋 copy color: '#BC68CD'

red 188 ◦ green 104 ◦ blue 205

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

Shades of Medium Orchid #BC68CD

Tints of Medium Orchid #BC68CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.25%

R = 37.83%
G = 20.93%
B = 41.25%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC68CD (or 0xBC68CD) is known color: Medium Orchid. HEX triplet: BC, 68 and CD. RGB value is (188,104,205). Sum of RGB (Red+Green+Blue) = 188+104+205=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC68CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68CD is #439732. Grayscale: #8C8C8C. Windows color (decimal): -4429619 or 13461692. OLE color: 13461692.

HSL color Cylindrical-coordinate representation of color #BC68CD: hue angle of 289.9º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC68CD is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 104 205 -
CMYK 0.08 0.49 0 0.20
HSL 289.9º 0.5% 0.61% -
HSV(B) 289.9º 0.49% 0.8% -
XYZ 36.71 25 60.65 -
YUV 140.63 164.33 161.79 -
System Red Green Blue C M Y K H S L
Decimal 188 104 205 0.08 0.49 0 0.20 289.9 0.5 0.61
Hex BC 68 CD 8 31 0 14 122 32 3D
Octal 274 150 315 10 61 0 24 442 62 75
Binary 10111100 1101000 11001101 1000 110001 0 10100 100100010 110010 111101

Color Harmonies of #BC68CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC68CD

Black with #BC68CD

Text Example


Text Example

White with #BC68CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC68CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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