Html Css Color HEX #BC68D5 Medium Orchid

📋 copy color: '#BC68D5'

red 188 ◦ green 104 ◦ blue 213

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

Shades of Medium Orchid #BC68D5

Tints of Medium Orchid #BC68D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.18%

R = 37.23%
G = 20.59%
B = 42.18%

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

#BC68D5 (or 0xBC68D5) is known color: Medium Orchid. HEX triplet: BC, 68 and D5. RGB value is (188,104,213). Sum of RGB (Red+Green+Blue) = 188+104+213=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 213 (83.59% from 255 or 42.18% from 505); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC68D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68D5 is #43972A. Grayscale: #8D8D8D. Windows color (decimal): -4429611 or 13985980. OLE color: 13985980.

HSL color Cylindrical-coordinate representation of color #BC68D5: hue angle of 286.24º degrees, saturation: 0.56, 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 #BC68D5 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 104 213 -
CMYK 0.12 0.51 0 0.16
HSL 286.24º 0.56% 0.62% -
HSV(B) 286.24º 0.51% 0.84% -
XYZ 37.7 25.4 65.87 -
YUV 141.54 168.33 161.14 -
System Red Green Blue C M Y K H S L
Decimal 188 104 213 0.12 0.51 0 0.16 286.24 0.56 0.62
Hex BC 68 D5 C 33 0 10 11E 38 3E
Octal 274 150 325 14 63 0 20 436 70 76
Binary 10111100 1101000 11010101 1100 110011 0 10000 100011110 111000 111110

Color Harmonies of #BC68D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC68D5

Black with #BC68D5

Text Example


Text Example

White with #BC68D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC68D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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